Disable file ingestion in crash test for CF consistency (#10067)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10067

Reviewed By: jay-zhuang

Differential Revision: D36727948

Pulled By: ajkr

fbshipit-source-id: a3502730412c01ba63d822a5d4bf56f8bae8fcb2
main
Andrew Kryczka 2 years ago committed by Facebook GitHub Bot
parent 6c50082654
commit f6e45382e9
  1. 2
      tools/db_crashtest.py

@ -301,6 +301,8 @@ cf_consistency_params = {
# Snapshots are used heavily in this test mode, while they are incompatible
# with compaction filter.
"enable_compaction_filter": 0,
# `CfConsistencyStressTest::TestIngestExternalFile()` is not implemented.
"ingest_external_file_one_in": 0,
}
txn_params = {

Loading…
Cancel
Save