DBD-mysql icon indicating copy to clipboard operation
DBD-mysql copied to clipboard

rt85919-fetch-lost-connection.t failing on MySQL 8.0.24+ due to new error code

Open sharris40 opened this issue 4 years ago • 0 comments
trafficstars

See https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html#error_er_client_interaction_timeout

The test expects error code 2006 or 2013, both of which are generated by the client library. Since 8.0.24, we receive the error code 4031, ER_CLIENT_INTERACTION_TIMEOUT, which is generated by the server. This new code causes the test to fail.

sharris40 avatar May 12 '21 22:05 sharris40