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 93ca668
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 @@ -13,6 +11,7 @@ mod lwt_optimisation;
mod new_session;
mod retries;
mod self_identity;
mod serialization;
mod shards;
mod silent_prepare_batch;
mod silent_prepare_query;
Expand Down
Loading

0 comments on commit 93ca668

Please sign in to comment.