mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Fix so that testBackup wait until start has finished before
starting to restore
This commit is contained in:
@@ -149,6 +149,9 @@ int runRestartInitial(NDBT_Context* ctx, NDBT_Step* step){
|
|||||||
if (restarter.restartAll(true) != 0)
|
if (restarter.restartAll(true) != 0)
|
||||||
return NDBT_FAILED;
|
return NDBT_FAILED;
|
||||||
|
|
||||||
|
if (restarter.waitClusterStarted() != 0)
|
||||||
|
return NDBT_FAILED;
|
||||||
|
|
||||||
return NDBT_OK;
|
return NDBT_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -413,7 +416,6 @@ TESTCASE("BackupOne",
|
|||||||
INITIALIZER(runRestoreOne);
|
INITIALIZER(runRestoreOne);
|
||||||
VERIFIER(runVerifyOne);
|
VERIFIER(runVerifyOne);
|
||||||
FINALIZER(runClearTable);
|
FINALIZER(runClearTable);
|
||||||
FINALIZER(runDropTable);
|
|
||||||
}
|
}
|
||||||
TESTCASE("BackupBank",
|
TESTCASE("BackupBank",
|
||||||
"Test that backup and restore works during transaction load\n"
|
"Test that backup and restore works during transaction load\n"
|
||||||
|
Reference in New Issue
Block a user