Disable partitioned filters in ts stress test (#8127)

Summary:
Currently, partitioned filter does not support user-defined timestamp. Disable it for now in ts stress test so that
the contrun jobs can proceed.

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

Test Plan: make crash_test_with_ts

Reviewed By: ajkr

Differential Revision: D27388488

Pulled By: riversand963

fbshipit-source-id: 5ccff18121cb537bd82f2ac072cd25efb625c666
main
Yanqin Jin 3 years ago committed by Facebook GitHub Bot
parent 5841bbe36c
commit ae7a795686
  1. 1
      tools/db_crashtest.py

@ -299,6 +299,7 @@ ts_params = {
"use_blob_db": 0,
"enable_compaction_filter": 0,
"ingest_external_file_one_in": 0,
"partition_filters": 0,
}
def finalize_and_sanitize(src_params):

Loading…
Cancel
Save