Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/db/
Dfilename_test.cc73 static const char* errors[] = { in TEST_F() local
102 for (unsigned int i = 0; i < sizeof(errors) / sizeof(errors[0]); i++) { in TEST_F()
103 std::string f = errors[i]; in TEST_F()
Ddb_io_failure_test.cc130 int errors = 0; in TEST_F() local
133 errors++; in TEST_F()
137 ASSERT_GT(errors, 0); in TEST_F()
/rocksdb-6.9/build_tools/
Dfb_compile_mongo.sh54 --disable-warnings-as-errors \
/rocksdb-6.9/docs/_posts/
D2017-05-26-rocksdb-5-4-5-released.markdown38 * Fix build errors with blob DB.
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4061 Message errors; in ReportInvalidTestCaseType() local
4062 errors in ReportInvalidTestCaseType()
4074 << " " << errors.GetString(); in ReportInvalidTestCaseType()
11343 Message errors; in VerifyRegisteredTestNames() local
11350 errors << "Test " << name << " is listed more than once.\n"; in VerifyRegisteredTestNames()
11367 errors << "No test named " << name in VerifyRegisteredTestNames()
11376 errors << "You forgot to list test " << it->first << ".\n"; in VerifyRegisteredTestNames()
11380 const std::string& errors_str = errors.GetString(); in VerifyRegisteredTestNames()
/rocksdb-6.9/
DHISTORY.md35 * Batched MultiGet() ignores IO errors while reading data blocks, causing it to potentially continu…
191 …use the new method only, as it is more type safe and returns a meaningful status in case of errors.
269 …etups, especially for iterator seeks. It's not fully implemented yet: IO errors are not handled ri…
488 * SstFileManager now can cancel compactions if they will result in max space errors. SstFileManager…
607 …:OnBackgroundError()` callback. Users can implement it to be notified of errors causing the DB to …
1107 * Supports several more DB properties: compaction-pending, background-errors and cur-size-active-me…
DCMakeCache.txt316 //Treat compile warnings as errors
DCMakeLists.txt289 option(FAIL_ON_WARNINGS "Treat compile warnings as errors" ON)