Skip to content

Commit 1d3719d

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 a253772 commit 1d3719d

File tree

3 files changed

+917
-931
lines changed

3 files changed

+917
-931
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;
@@ -14,6 +12,7 @@ mod new_session;
1412
mod query_result;
1513
mod retries;
1614
mod self_identity;
15+
mod serialization;
1716
mod session;
1817
mod shards;
1918
mod silent_prepare_batch;

0 commit comments

Comments
 (0)