facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
27.83k stars 6.2k forks source link

Disable fault injection with BatchedOpsStressTest and MultiOpsTxnsStressTest #12794

Closed hx235 closed 1 week ago

hx235 commented 1 week ago

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.

Test: CI

facebook-github-bot commented 1 week ago

@hx235 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

hx235 commented 1 week ago

Pre-existing CI errors

facebook-github-bot commented 1 week ago

@hx235 merged this pull request in facebook/rocksdb@d6cf9de9d9153f9eed94dcff0239760ddf6e0888.