Skip to content

Commit

Permalink
tests: serialization-deserialization tests
Browse files Browse the repository at this point in the history
This commit refactors and adds additional tests related to serialization
inside integration tests. It adds coverage for most scalar types,
additional cases for more complex types such as Uuid and Text, Null
checking inside queries and also splits certain test cases into multiple
tests to separate expected failures from expected successes.
  • Loading branch information
k0machi committed Feb 12, 2025
1 parent 86efc40 commit 6ac4e12
Show file tree
Hide file tree
Showing 3 changed files with 929 additions and 941 deletions.
150 changes: 0 additions & 150 deletions scylla/tests/integration/cql_value.rs

This file was deleted.

1 change: 1 addition & 0 deletions scylla/tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ mod shards;
mod silent_prepare_batch;
mod silent_prepare_query;
mod skip_metadata_optimization;
mod serialization;
mod tablets;
pub(crate) mod utils;
Loading

0 comments on commit 6ac4e12

Please sign in to comment.