]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Disable file ingestion in crash test for CF consistency (#10067)
authorAndrew Kryczka <andrewkr@fb.com>
Fri, 27 May 2022 00:41:30 +0000 (17:41 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 27 May 2022 00:41:30 +0000 (17:41 -0700)
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

tools/db_crashtest.py

index 42c6bd68de67e1926f6cb52f993f39de049690e7..005cda1cedddceb4f530f603408f6cc2e9853876 100644 (file)
@@ -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 = {