leveldb/db
Reilly Grant 89ea7f2643 Fix tests when run against ChromiumEnv
There are a couple differences between ChromiumEnv and
PosixEnv/WindowsEnv which cause test failures that are fixed (or at
least patched over) in this change:

* NewSequentialFile() and NewRandomAccessFile() return Status::IOError
  rather than Status::NotFound when a file is not found, due to
  https://crbug.com/760362. This means a few tests need to expect a
  different error result.
* GetChildren() never returns the '.' or '..' entries.
* As allowed by the documentation for Env::Schedule(), ChromiumEnv may
  execute functions on multiple threads and guarantees no sequencing.
  EnvTest.RunMany assumed that functions ran in order. The test has been
  updated.
2023-03-28 14:37:48 -07:00
..
autocompact_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
builder.cc Merge pull request #819 from wzk784533:master 2020-07-13 19:14:04 +00:00
builder.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
c_test.c unsigned char -> uint8_t 2019-05-28 15:44:32 -07:00
c.cc IWYU fixes in db/c.cc. 2021-01-25 17:18:22 +00:00
corruption_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
db_impl.cc Stop future writes if a log file Close() fails. 2023-01-04 20:41:21 +00:00
db_impl.h Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. 2020-01-09 09:18:14 -08:00
db_iter.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
db_iter.h Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
db_test.cc Fix tests when run against ChromiumEnv 2023-03-28 14:37:48 -07:00
dbformat_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
dbformat.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
dbformat.h unsigned char -> uint8_t 2019-05-28 15:44:32 -07:00
dumpfile.cc Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
fault_injection_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
filename_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
filename.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
filename.h Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
leveldbutil.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
log_format.h Convert documentation to markdown. 2017-03-01 09:42:25 -08:00
log_reader.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
log_reader.h Update log_reader.h 2021-04-16 13:00:59 +05:30
log_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
log_writer.cc Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
log_writer.h Switch from C headers to C++ headers. 2020-04-29 20:51:13 +00:00
memtable.cc Merge pull request #602 from andyli029:feature_fix_lack_tag_comment 2022-01-10 17:55:49 +00:00
memtable.h Correct class/structure declaration order. 2019-05-03 09:48:57 -07:00
recovery_test.cc Fix tests when run against ChromiumEnv 2023-03-28 14:37:48 -07:00
repair.cc Add some std:: qualifiers to types and functions. 2020-04-29 22:33:14 +00:00
skiplist_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
skiplist.h Merge pull request #893 from myccccccc:master 2022-01-10 17:56:16 +00:00
snapshot.h Fix typos 2022-01-05 11:04:16 +02:00
table_cache.cc Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
table_cache.h Make table cache non-copyable 2021-05-08 13:48:39 +08:00
version_edit_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
version_edit.cc Merge pull request #652 from caodhuan:master 2022-01-10 17:56:02 +00:00
version_edit.h Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. 2020-01-09 09:18:14 -08:00
version_set_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
version_set.cc Merge pull request #934 from BilyZ98:master 2022-01-10 02:29:16 +00:00
version_set.h Fix comments position 2021-08-08 22:24:37 +08:00
write_batch_internal.h Format all files IAW the Google C++ Style Guide. 2019-05-02 19:04:50 -07:00
write_batch_test.cc Remove main() from most tests. 2022-01-03 21:05:04 +00:00
write_batch.cc Style cleanup. 2019-05-04 17:42:20 -07:00