Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: serialization-deserialization tests #1232

Open
wants to merge 4 commits into
base: branch-hackathon
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
@@ -1,8 +1,6 @@
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 new_session;
mod query_result;
mod retries;
mod self_identity;
mod serialization;
mod session;
mod shards;
mod silent_prepare_batch;
Expand Down
Loading
Loading