Krisztian Kasa created HIVE-26372: ------------------------------------- Summary: QTests depend on mysql docker image are fail Key: HIVE-26372 URL: https://issues.apache.org/jira/browse/HIVE-26372 Project: Hive Issue Type: Bug Reporter: Krisztian Kasa Assignee: Krisztian Kasa Fix For: 4.0.0
When QTest framework launches a mysql docker container checks whether the mysql instance is ready for receiving connections. It search for the text {code} ready for connections {code} in the stderr: https://github.com/apache/hive/blob/2f619988f69a569bfcdc2bef5d35a9ecabb2ef13/itests/util/src/main/java/org/apache/hadoop/hive/ql/externalDB/MySQLExternalDB.java#L56 Seems that this behavior is changed at MySql side and QTest framework enters into a infinite loo then times out after 300 sec. -- This message was sent by Atlassian Jira (v8.20.10#820010)