This commit is contained in:
Zhe Wang 2023-02-21 09:48:43 -08:00 committed by Zhe Wang
parent 43cce3cc58
commit c677f4c705

View File

@ -3843,7 +3843,6 @@ TEST_CASE("noSim/ShardedRocksDB/RocksDBSstFileWriter") {
ASSERT(value != targetValue.toString());
}
for (const auto& [key, targetValue] : kvs3) {
std::string value;
status = db->Get(rocksdb::ReadOptions(), key.toString(), &value);
ASSERT(status.ok());
ASSERT(value == targetValue.toString());