Skip to content

Commit

Permalink
Rebase 8.6.7:crash-test - Set file_checksum_impl to 'none' in narrow_…
Browse files Browse the repository at this point in the history
…crash_test
  • Loading branch information
udi-speedb committed Nov 27, 2023
1 parent edf9cc4 commit aa5038a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/db_crashtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,7 @@ def gen_narrow_cmd_params(args):
params["user_timestamp_size"] = 0
params["ribbon_starting_level"] = 0
params["secondary_cache_uri"] = ""
params["file_checksum_impl"] = "none"

for k, v in vars(args).items():
if v is not None:
Expand Down

0 comments on commit aa5038a

Please sign in to comment.