Revision de2c6fb1580ec48591179bc07e8b6f46588a2453 authored by Andrew Kryczka on 19 June 2018, 00:42:48 UTC, committed by Facebook Github Bot on 19 June 2018, 00:58:13 UTC
Summary:
Fixed bug where `db_stress` output a line with a warning followed by a line with an error, and `db_crashtest.py` considered that a success. For example:

```
WARNING: prefix_size is non-zero but memtablerep != prefix_hash
open error: Corruption: SST file is ahead of WALs
```
Closes https://github.com/facebook/rocksdb/pull/4006

Differential Revision: D8473463

Pulled By: ajkr

fbshipit-source-id: 60461bdd7491d9d26c63f7d4ee522a0f88ba3de7
1 parent c766887
History
File Mode Size
cf_options.cc -rw-r--r-- 8.5 KB
cf_options.h -rw-r--r-- 8.1 KB
db_options.cc -rw-r--r-- 13.5 KB
db_options.h -rw-r--r-- 3.1 KB
options.cc -rw-r--r-- 22.8 KB
options_helper.cc -rw-r--r-- 82.8 KB
options_helper.h -rw-r--r-- 8.2 KB
options_parser.cc -rw-r--r-- 30.1 KB
options_parser.h -rw-r--r-- 5.1 KB
options_sanity_check.cc -rw-r--r-- 1.1 KB
options_sanity_check.h -rw-r--r-- 1.7 KB
options_settable_test.cc -rw-r--r-- 20.5 KB
options_test.cc -rw-r--r-- 73.5 KB

back to top