We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9956c66 commit 28a90a6Copy full SHA for 28a90a6
vertx-mysql-client/src/test/java/io/vertx/tests/mysqlclient/junit/ProxySQLRule.java
@@ -29,7 +29,7 @@ protected void before() throws Throwable {
29
createContainerCmd.getHostConfig().withNetworkMode(mySQLRule.network());
30
})
31
.withExposedPorts(6032, 6033, 6070)
32
- .waitingFor(Wait.forLogMessage(".*Latest ProxySQL version available.*\\n", 1));
+ .waitingFor(Wait.forLogMessage(".*Started Monitor scheduler thread for PgSQL servers.*\\n", 1));
33
34
proxySql.start();
35
0 commit comments