Searched refs:CorruptFile (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/db/ |
| D | corruption_test.cc | 160 void CorruptFile(const std::string& fname, int offset, int bytes_to_corrupt) { in CorruptFile() function in ROCKSDB_NAMESPACE::CorruptionTest 214 CorruptFile(fname, offset, bytes_to_corrupt); in Corrupt() 224 CorruptFile(dbname_ + "/" + m.name, offset, bytes_to_corrupt); in CorruptTableFileAtLevel() 559 CorruptFile(filename, static_cast<int>(range_del_handle.offset()), 1); in TEST_F()
|
| /rocksdb-6.9/utilities/backupable/ |
| D | backupable_db_test.cc | 414 Status CorruptFile(const std::string& fname, uint64_t bytes_to_corrupt) { in CorruptFile() function in ROCKSDB_NAMESPACE::__anon6f9a36820111::FileManager 977 ASSERT_OK(file_manager_->CorruptFile(backupdir_ + "/meta/5", 3)); in TEST_F() 1686 ASSERT_OK(file_manager_->CorruptFile(backupdir_ + "/meta/3", 3)); in TEST_F() 1723 ASSERT_OK(file_manager_->CorruptFile(backupdir_ + "/meta/3", 3)); in TEST_F() 1748 ASSERT_OK(file_manager_->CorruptFile(backupdir_ + "/meta/1", in TEST_F()
|