提交 ae7a7956 编写于 作者: Y Yanqin Jin 提交者: Facebook GitHub Bot

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
上级 5841bbe3
...@@ -299,6 +299,7 @@ ts_params = { ...@@ -299,6 +299,7 @@ ts_params = {
"use_blob_db": 0, "use_blob_db": 0,
"enable_compaction_filter": 0, "enable_compaction_filter": 0,
"ingest_external_file_one_in": 0, "ingest_external_file_one_in": 0,
"partition_filters": 0,
} }
def finalize_and_sanitize(src_params): def finalize_and_sanitize(src_params):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册