From 8b62abcc214cefbc4656080d2930375ef7820892 Mon Sep 17 00:00:00 2001 From: Yanqin Jin Date: Thu, 3 Feb 2022 16:17:30 -0800 Subject: [PATCH] Disable backup/restore for ts-stress test (#9497) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/9497 Reviewed By: ajkr Differential Revision: D33990256 Pulled By: riversand963 fbshipit-source-id: 268ce16b037e23e42b14fa0fcb45535582e1a0d6 --- tools/db_crashtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/db_crashtest.py b/tools/db_crashtest.py index db9978177..1910e4fe8 100644 --- a/tools/db_crashtest.py +++ b/tools/db_crashtest.py @@ -315,6 +315,7 @@ ts_params = { "use_full_merge_v1": 0, "use_txn": 0, "read_only": 0, + "backup_one_in": 0, "secondary_catch_up_one_in": 0, "continuous_verification_interval": 0, "checkpoint_one_in": 0,