Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness - Test Failure
-
Normal
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
When running unit tests with "compression" configuration, we use non-default Snappy compressor.
There is a misleading fragment of build.xml:
<property name="compressed_yaml" value="${build.test.dir}/cassandra.compressed.yaml"/> <concat destfile="${compressed_yaml}"> <fileset file="${test.conf}/cassandra.yaml"/> <fileset file="${test.conf}/commitlog_compression.yaml"/> </concat>
cassandra.compressed.yaml has been replaced in CASSANDRA-14482 by two files commitlog_compression_LZ4.yaml and commitlog_compression_Zstd.yaml without changing build configuration.
All in all we could fix that but I doubt it makes any sense since cdc configuration already uses compressed commit log anyway so it feels redundant to test compression alone for each CI run.
Attachments
Issue Links
- relates to
-
CASSANDRA-47 SSTable compression
- Resolved