Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "assertion failed - iter != ROCKSDB_NAMESPACE::OptionsHelper::tem…
…perature_to_string.end()" (facebook#12519) Summary: Context/Summary: for unknown reason, calling a db stress common function in db stress flag file for temperature-related flags will cause some weird behavior in some compilation/build. ``` assertion failed - iter != ROCKSDB_NAMESPACE::OptionsHelper::temperature_to_string.end() ``` For now, we decide not to call such function by hard-coding their default stress test values. Pull Request resolved: facebook#12519 Test Plan: - Run a rehearsal stress test with this fix and weird behavior is gone. Reviewed By: jowlyzhang Differential Revision: D55884693 Pulled By: hx235 fbshipit-source-id: ba5135f5b37a9fa686b3ccae8d3f77e62d6562c9
- Loading branch information