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
main
Yanqin Jin 2 years ago committed by Facebook GitHub Bot
parent 629e3e1d77
commit 8b62abcc21
  1. 1
      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,

Loading…
Cancel
Save