mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
some of the tests are still relying on the integer-based sstable identifier, so let's add a method to test_env, so that the tests relying on this can opt-out. we will change the default setting of sstables::test_env to use uuid-base sstable identifier in the next commit. this change does not change the existing behavior. it just adds a new knob to test_env_config. and let the tests relying on this to customize the test_env_config to disable use_uuid. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>