Searched refs:errors (Results 1 – 8 of 8) sorted by relevance
73 static const char* errors[] = { in TEST_F() local102 for (unsigned int i = 0; i < sizeof(errors) / sizeof(errors[0]); i++) { in TEST_F()103 std::string f = errors[i]; in TEST_F()
130 int errors = 0; in TEST_F() local133 errors++; in TEST_F()137 ASSERT_GT(errors, 0); in TEST_F()
54 --disable-warnings-as-errors \
38 * Fix build errors with blob DB.
4061 Message errors; in ReportInvalidTestCaseType() local4062 errors in ReportInvalidTestCaseType()4074 << " " << errors.GetString(); in ReportInvalidTestCaseType()11343 Message errors; in VerifyRegisteredTestNames() local11350 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()
35 * 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…
316 //Treat compile warnings as errors
289 option(FAIL_ON_WARNINGS "Treat compile warnings as errors" ON)