Skip to content

Commit

Permalink
Add an option for test_secondary to the simple default params
Browse files Browse the repository at this point in the history
  • Loading branch information
archang19 committed Jan 8, 2025
1 parent 5ea1394 commit 3f13b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/db_crashtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,8 @@ def is_direct_io_supported(dbname):
"write_buffer_size": 32 * 1024 * 1024,
"level_compaction_dynamic_level_bytes": lambda: random.randint(0, 1),
"paranoid_file_checks": lambda: random.choice([0, 1, 1, 1]),
"test_secondary": lambda: random.choice([0, 1]),
"continuous_verification_interval": lambda: random.choice([0, 1000]),
}

blackbox_simple_default_params = {
Expand Down

0 comments on commit 3f13b5d

Please sign in to comment.