Revision c21c459771f65e8e9eae2dc8ee840fc9172996ff authored by sdong on 06 May 2020, 01:29:50 UTC, committed by Facebook GitHub Bot on 06 May 2020, 01:31:53 UTC
Summary:
Current DBCompactionTest.ConsistencyFailTest checks DB fails after L0 inconsitency is found. Add slightly more coverage by introducing DBCompactionTest.ConsistencyFailTest2 which checks non-L0 files too.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6800

Test Plan: Run the new test.

Reviewed By: riversand963

Differential Revision: D21384806

fbshipit-source-id: 36db7b657eed42115283fe2f6afa4c3a31a3b510
1 parent 394f2bb
History
File Mode Size
cache.cc -rw-r--r-- 1.4 KB
cache_bench.cc -rw-r--r-- 11.0 KB
cache_test.cc -rw-r--r-- 23.1 KB
clock_cache.cc -rw-r--r-- 27.4 KB
clock_cache.h -rw-r--r-- 601 bytes
lru_cache.cc -rw-r--r-- 16.9 KB
lru_cache.h -rw-r--r-- 11.3 KB
lru_cache_test.cc -rw-r--r-- 6.0 KB
sharded_cache.cc -rw-r--r-- 5.0 KB
sharded_cache.h -rw-r--r-- 4.4 KB

back to top