Skip to content

Commit

Permalink
temporarily disable file ingestion if LockWAL is tested
Browse files Browse the repository at this point in the history
  • Loading branch information
jowlyzhang committed May 10, 2024
1 parent 1a33576 commit f336cd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/db_crashtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,9 @@ def finalize_and_sanitize(src_params):
elif (dest_params.get("use_put_entity_one_in") > 1 and
dest_params.get("use_timed_put_one_in") == 1):
dest_params["use_timed_put_one_in"] = 3
# TODO: renable this when file ingestion is failed during wal lock.
if dest_params.get("lock_wal_one_in") != 0:
dest_params["ingest_external_file_one_in"] = 0
return dest_params


Expand Down

0 comments on commit f336cd1

Please sign in to comment.