]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Disable fault injection with BatchedOpsStressTest and MultiOpsTxnsStressTest (#12794)
authorHui Xiao <huixiao@fb.com>
Sat, 22 Jun 2024 02:50:59 +0000 (19:50 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sat, 22 Jun 2024 02:50:59 +0000 (19:50 -0700)
commitd6cf9de9d9153f9eed94dcff0239760ddf6e0888
treeeba98be3e0c0d177793bec19ccd3d580f90f4f67
parent3ee4d5a11a882056b341a9a1694a71371a39f664
Disable fault injection with BatchedOpsStressTest and MultiOpsTxnsStressTest (#12794)

Summary:
**Context/Summary:**

https://github.com/facebook/rocksdb/pull/12713 accidentally turned on fault injection in BatchedOpsStressTest and MultiOpsTxnsStressTest. Though this was meant to be an increased testing coverage, it also made our CI noisy. For now we decided to disable it before we manage to stabilize the CI and fix bugs surfaced in NonBatchedOpsStressTest which impacts more users.

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

Test Plan: CI

Reviewed By: cbi42

Differential Revision: D58897598

Pulled By: hx235

fbshipit-source-id: 8094072ef1bff27d7825efed0876f365a31fef9c
tools/db_crashtest.py