Skip to content

Commit

Permalink
tests: introduce new test for compression
Browse files Browse the repository at this point in the history
test are trying both algorithems (snappy, lz4), while
counting the size of the frames coming into scylla

for reference we also have one test doing the same without
compression

test main structure was borrowed from java-driver, the usage
of proxy to count the packets is unique to this change.
  • Loading branch information
fruch committed Feb 10, 2025
1 parent 86efc40 commit e8cf9c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scylla/tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ mod silent_prepare_batch;
mod silent_prepare_query;
mod skip_metadata_optimization;
mod tablets;
mod compression;
pub(crate) mod utils;

0 comments on commit e8cf9c5

Please sign in to comment.