Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable
inplace_update_support
in transaction stress tests (#12586)
Summary: `MultiOpsTxnsStressTest` relies on snapshot which is incompatible with `inplace_update_support`. TransactionDB uses snapshot too so we don't expect it to be used with `inplace_update_support` either. Pull Request resolved: #12586 Test Plan: ``` python3 tools/db_crashtest.py whitebox --[test_multiops_txn|txn] --txn_write_policy=1 ``` Reviewed By: hx235 Differential Revision: D56602769 Pulled By: cbi42 fbshipit-source-id: 8778541295f0af71e8ce912c8f872ab5cc607fc1
- Loading branch information