Skip to content
New issue

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

Intermittent failure in ProxySQL* tests #1374

Closed
tsegismont opened this issue Nov 9, 2023 · 1 comment
Closed

Intermittent failure in ProxySQL* tests #1374

tsegismont opened this issue Nov 9, 2023 · 1 comment
Assignees
Labels

Comments

@tsegismont
Copy link
Contributor

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}
@tsegismont tsegismont added the bug label Nov 9, 2023
@tsegismont tsegismont self-assigned this Nov 9, 2023
tsegismont added a commit to tsegismont/vertx-sql-client that referenced this issue Nov 9, 2023
Related to eclipse-vertx#1374

This is an attempt to avoid connectivity failures.

Signed-off-by: Thomas Segismont <[email protected]>
tsegismont added a commit that referenced this issue Nov 9, 2023
Related to #1374

This is an attempt to avoid connectivity failures.

Signed-off-by: Thomas Segismont <[email protected]>
@tsegismont
Copy link
Contributor Author

Fixed by #1377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant