Skip to content

Commit 7355833

Browse files
committed
added sleep to wait for db readiness
1 parent 53acdf8 commit 7355833

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ItMonitoringExporter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,7 @@ private static void setupPVMYSQL() throws Exception {
964964
}
965965
assertNotNull("DataBase was not created, can't find running pod", sqlPod);
966966
TestUtils.checkPodReady(sqlPod, "default");
967+
Thread.sleep(15000);
967968
result =
968969
TestUtils.kubectlexecNoCheck(
969970
sqlPod, "default", " -- mysql -p123456 -e \"CREATE DATABASE domain1;\"");

0 commit comments

Comments
 (0)