From: Andrew Kryczka Date: Fri, 27 May 2022 00:41:30 +0000 (-0700) Subject: Disable file ingestion in crash test for CF consistency (#10067) X-Git-Tag: v7.4.3~104 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f6e45382e998e3500a4d453cf6ac91695eb15f41;p=rocksdb.git 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 --- diff --git a/tools/db_crashtest.py b/tools/db_crashtest.py index 42c6bd68d..005cda1ce 100644 --- a/tools/db_crashtest.py +++ b/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 = {