We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
2023-11-06T05:13:48.8950886Z Running io.vertx.mysqlclient.tck.ProxySQLPreparedBatchTest 2023-11-06T05:14:37.0735332Z Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 48.177 sec <<< FAILURE! - in io.vertx.mysqlclient.tck.ProxySQLPreparedBatchTest 2023-11-06T05:14:37.0738273Z testEmptyBatch(io.vertx.mysqlclient.tck.ProxySQLPreparedBatchTest) Time elapsed: 10.011 sec <<< ERROR! 2023-11-06T05:14:37.0741316Z io.vertx.mysqlclient.MySQLException: {errorMessage=Max connect timeout reached while reaching hostgroup 0 after 10000ms, errorCode=9001, sqlState=HY000} 2023-11-06T05:14:37.0742770Z 2023-11-06T05:14:37.0743944Z testBatchQuery(io.vertx.mysqlclient.tck.ProxySQLPreparedBatchTest) Time elapsed: 10.006 sec <<< ERROR! 2023-11-06T05:14:37.0746192Z io.vertx.mysqlclient.MySQLException: {errorMessage=Max connect timeout reached while reaching hostgroup 0 after 10000ms, errorCode=9001, sqlState=HY000} 2023-11-06T05:14:37.0747562Z 2023-11-06T05:14:37.0756022Z testIncorrectNumBatchArguments(io.vertx.mysqlclient.tck.ProxySQLPreparedBatchTest) Time elapsed: 10.008 sec <<< ERROR! 2023-11-06T05:14:37.0759456Z io.vertx.mysqlclient.MySQLException: {errorMessage=Max connect timeout reached while reaching hostgroup 0 after 10000ms, errorCode=9001, sqlState=HY000} 2023-11-06T05:14:37.0761455Z 2023-11-06T05:14:37.0762861Z testInsert(io.vertx.mysqlclient.tck.ProxySQLPreparedBatchTest) Time elapsed: 10.007 sec <<< ERROR! 2023-11-06T05:14:37.0765637Z io.vertx.mysqlclient.MySQLException: {errorMessage=Max connect timeout reached while reaching hostgroup 0 after 10000ms, errorCode=9001, sqlState=HY000}
The text was updated successfully, but these errors were encountered:
Setup ProxySQL before each test
7183520
Related to eclipse-vertx#1374 This is an attempt to avoid connectivity failures. Signed-off-by: Thomas Segismont <[email protected]>
Setup ProxySQL before each test (#1375)
3432c20
Related to #1374 This is an attempt to avoid connectivity failures. Signed-off-by: Thomas Segismont <[email protected]>
Fixed by #1377
Sorry, something went wrong.
tsegismont
No branches or pull requests
For example:
The text was updated successfully, but these errors were encountered: