Skip to content

Commit

Permalink
crashtest: disable secondary_cache_uri
Browse files Browse the repository at this point in the history
compressed_secondary_cache://capacity=8388608;enable_custom_split_merge=true
suspect the above is not parsed correctly
  • Loading branch information
Yuval-Ariel committed Dec 5, 2022
1 parent 44c872b commit 527878f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/db_crashtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@
"wal_compression": lambda: random.choice(["none", "zstd"]),
"verify_sst_unique_id_in_manifest": 1, # always do unique_id verification
"secondary_cache_uri": lambda: random.choice(
["", "compressed_secondary_cache://capacity=8388608",
"compressed_secondary_cache://capacity=8388608;enable_custom_split_merge=true"]),
["", "compressed_secondary_cache://capacity=8388608"]),
"allow_data_in_errors": True,
"readahead_size": lambda: random.choice([0, 16384, 524288]),
"initial_auto_readahead_size": lambda: random.choice([0, 16384, 524288]),
Expand Down

0 comments on commit 527878f

Please sign in to comment.