diff --git a/db/c_test.c b/db/c_test.c index 4f9bd4ebf6..b8f0ea186e 100644 --- a/db/c_test.c +++ b/db/c_test.c @@ -403,7 +403,7 @@ int main(int argc, char** argv) { CheckNoError(err); CheckGet(db, roptions, "foo", "hello"); - StartPhase("backup"); + StartPhase("backup_and_restore"); { rocksdb_destroy_db(options, dbbackupname, &err); CheckNoError(err);