abstractdog commented on code in PR #5525:
URL: https://github.com/apache/hive/pull/5525#discussion_r1840562084


##########
itests/util/src/main/java/org/apache/hadoop/hive/ql/externalDB/MySQLExternalDB.java:
##########
@@ -53,7 +53,7 @@ public String[] getDockerAdditionalArgs() {
     }
 
     public boolean isContainerReady(ProcessResults pr) {
-        Pattern pat = Pattern.compile("ready for connections");
+        Pattern pat = Pattern.compile("mysqld.*ready for 
connections.*port.*3306");

Review Comment:
   why was this needed? it makes me think that "ready for connection" is 
printed multiple times and we can only accept under certain circumstances, is 
it the case?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to