summaryrefslogtreecommitdiff
path: root/db/recovery_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix tests when run against ChromiumEnvReilly Grant2023-03-281-0/+5
* Remove main() from most tests.Victor Costan2022-01-031-5/+0
* Remove the `/` prefix from the recovery_test test file to prevent a double `/`.leveldb Team2021-08-031-1/+1
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-5/+8
* 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-6/+6
* 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-30/+36
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-29/+15
* Added native support for Windows.cmumford2019-03-011-0/+3
* Replace NULL with nullptr in C++ files.costan2018-04-101-7/+7
* leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-101-2/+19
* Change std::uint64_t to uint64_t (#354)Nicholas Westlake2016-04-121-2/+2
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-0/+324