EMsnap commented on code in PR #9021:
URL: https://github.com/apache/inlong/pull/9021#discussion_r1354146101


##########
inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.13/src/test/java/org/apache/inlong/sort/tests/utils/MySqlContainer.java:
##########
@@ -49,7 +49,7 @@ public MySqlContainer() {
 
     public MySqlContainer(MySqlVersion version) {
         super(DockerImageName.parse(IMAGE + ":" + version.getVersion()));
-        addExposedPort(MYSQL_PORT);
+        addFixedExposedPort(33306, 3306);

Review Comment:
   what is 33306 for ?



##########
inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.13/src/test/java/org/apache/inlong/sort/tests/utils/MySqlContainer.java:
##########
@@ -60,8 +60,6 @@ protected Set<Integer> getLivenessCheckPorts() {
     @Override
     protected void configure() {
         // HERE is the difference, copy to /etc/mysql/, if copy to 
/etc/mysql/conf.d will be wrong

Review Comment:
   remove this comment 



-- 
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]

Reply via email to