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 22071b4
Show file tree
Hide file tree
Showing 3 changed files with 906 additions and 945 deletions.
150 changes: 0 additions & 150 deletions scylla/tests/integration/cql_value.rs

This file was deleted.

3 changes: 1 addition & 2 deletions scylla/tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ mod authenticate;
mod batch;
mod consistency;
mod cql_collections;
mod cql_types;
mod cql_value;
mod default_policy;
mod execution_profiles;
mod history;
Expand All @@ -17,5 +15,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 22071b4

Please sign in to comment.