You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently test with the default codec (snappy at the time of writing). To give us better coverage, we should consider testing against configurations with a) a different codec to standard-000, and b) an LSM with a mixture of codecs for various levels (as opposed to the same library for all levels).
We'd update the code here, to set the codec, and possibly have a mixture of level configs:
In the metamorphic test runs with randomized options, vary the sstable
compression algorithm rather than always using the default Snappy compression
algorithm.
Closecockroachdb#1705.
In the metamorphic test runs with randomized options, vary the sstable
compression algorithm rather than always using the default Snappy compression
algorithm.
Close#1705.
We currently test with the default codec (snappy at the time of writing). To give us better coverage, we should consider testing against configurations with a) a different codec to
standard-000
, and b) an LSM with a mixture of codecs for various levels (as opposed to the same library for all levels).We'd update the code here, to set the codec, and possibly have a mixture of level configs:
pebble/internal/metamorphic/options.go
Lines 264 to 270 in 3355a02
The text was updated successfully, but these errors were encountered: