summaryrefslogtreecommitdiff
path: root/db/fault_injection_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove main() from most tests.Victor Costan2022-01-031-5/+0
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-2/+2
* Remove Windows workarounds in some tests.Victor Costan2020-01-141-5/+0
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-11/+11
* Defend against inclusion of windows.h in tests that invokeleveldb Team2020-01-091-0/+5
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-18/+22
* Style cleanup.Victor Costan2019-05-041-21/+24
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-28/+15
* Inline defaults in options.costan2019-03-201-1/+0
* Remove ssize_t from code that is not POSIX-specific.costan2018-09-041-4/+4
* Replace NULL with nullptr in C++ files.costan2018-04-101-5/+5
* leveldb: Add more thread safety annotations.costan2018-03-231-9/+17
* Fix typo (forgotten reference operator) in test.costan2017-10-101-1/+1
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-68/+80
* Added a new fault injection test.Chris Mumford2014-12-111-0/+542