Home
last modified time | relevance | path

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

/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc1231 Status get_status = restored_db->Get( in TestBackupRestore() local
1235 if (get_status.ok()) { in TestBackupRestore()
1239 } else if (get_status.IsNotFound()) { in TestBackupRestore()
1244 s = get_status; in TestBackupRestore()
1354 Status get_status = checkpoint_db->Get( in TestCheckpoint() local
1358 if (get_status.ok()) { in TestCheckpoint()
1363 } else if (get_status.IsNotFound()) { in TestCheckpoint()
1369 s = get_status; in TestCheckpoint()