Skip to content

Commit 3f13b5d

Browse files
committed
Add an option for test_secondary to the simple default params
1 parent 5ea1394 commit 3f13b5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/db_crashtest.py

+2
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ def is_direct_io_supported(dbname):
485485
"write_buffer_size": 32 * 1024 * 1024,
486486
"level_compaction_dynamic_level_bytes": lambda: random.randint(0, 1),
487487
"paranoid_file_checks": lambda: random.choice([0, 1, 1, 1]),
488+
"test_secondary": lambda: random.choice([0, 1]),
489+
"continuous_verification_interval": lambda: random.choice([0, 1000]),
488490
}
489491

490492
blackbox_simple_default_params = {

0 commit comments

Comments
 (0)