Skip to content

Commit e8cf9c5

Browse files
committed
tests: introduce new test for compression
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.
1 parent 86efc40 commit e8cf9c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scylla/tests/integration/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ mod silent_prepare_batch;
1818
mod silent_prepare_query;
1919
mod skip_metadata_optimization;
2020
mod tablets;
21+
mod compression;
2122
pub(crate) mod utils;

0 commit comments

Comments
 (0)