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 13, 2025
1 parent a253772 commit ab61b5d
Show file tree
Hide file tree
Showing 3 changed files with 876 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 @@ -14,6 +12,7 @@ mod new_session;
mod query_result;
mod retries;
mod self_identity;
mod serialization;
mod session;
mod shards;
mod silent_prepare_batch;
Expand Down
Loading

0 comments on commit ab61b5d

Please sign in to comment.