Searched refs:VerificationAbort (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/db_stress_tool/ |
| D | no_batched_ops_stress.cc | 67 VerificationAbort(shared, "An out of range key was found", in VerifyDb() 603 VerificationAbort(shared, "Unexpected value found", cf, key); in VerifyValue() 608 VerificationAbort(shared, "Length of value read is not equal", cf, key); in VerifyValue() 612 VerificationAbort(shared, "Contents of value read don't match", cf, in VerifyValue() 618 VerificationAbort(shared, "Value not found: " + s.ToString(), cf, key); in VerifyValue()
|
| D | db_stress_test_base.cc | 312 void StressTest::VerificationAbort(SharedState* shared, std::string msg, in VerificationAbort() function in ROCKSDB_NAMESPACE::StressTest 319 void StressTest::VerificationAbort(SharedState* shared, std::string msg, int cf, in VerificationAbort() function in ROCKSDB_NAMESPACE::StressTest 600 VerificationAbort(shared, "VerifyGetLiveFiles status not OK", status); in OperateDb() 608 VerificationAbort(shared, "VerifyGetSortedWalFiles status not OK", in OperateDb() 617 VerificationAbort(shared, "VerifyGetCurrentWalFile status not OK", in OperateDb() 626 VerificationAbort( in OperateDb() 635 VerificationAbort(shared, "VerifyChecksum status not OK", status); in OperateDb() 649 VerificationAbort(shared, "Backup/restore gave inconsistent state", in OperateDb() 657 VerificationAbort(shared, "Checkpoint gave inconsistent state", s); in OperateDb() 666 VerificationAbort(shared, "ApproximateSize Failed", s); in OperateDb() [all …]
|
| D | db_stress_test_base.h | 197 void VerificationAbort(SharedState* shared, std::string msg, Status s) const; 199 void VerificationAbort(SharedState* shared, std::string msg, int cf,
|