Skip to content

Commit 22071b4

Browse files
committed
tests: serialization-deserialization tests
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.
1 parent 86efc40 commit 22071b4

File tree

3 files changed

+906
-945
lines changed

3 files changed

+906
-945
lines changed

scylla/tests/integration/cql_value.rs

Lines changed: 0 additions & 150 deletions
This file was deleted.

scylla/tests/integration/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ mod authenticate;
22
mod batch;
33
mod consistency;
44
mod cql_collections;
5-
mod cql_types;
6-
mod cql_value;
75
mod default_policy;
86
mod execution_profiles;
97
mod history;
@@ -17,5 +15,6 @@ mod shards;
1715
mod silent_prepare_batch;
1816
mod silent_prepare_query;
1917
mod skip_metadata_optimization;
18+
mod serialization;
2019
mod tablets;
2120
pub(crate) mod utils;

0 commit comments

Comments
 (0)