dockerzhang commented on code in PR #8322:
URL: https://github.com/apache/inlong/pull/8322#discussion_r1244666312


##########
.github/workflows/ci_ut.yml:
##########
@@ -85,6 +85,16 @@ jobs:
         env:
           CI: false
 
+      - name: Rebuild sort-end-to-end-tests with Maven

Review Comment:
   ->
   Unit test for Flink 1.15 sort-end-to-end-tests 



##########
.github/workflows/ci_ut.yml:
##########
@@ -85,6 +85,16 @@ jobs:
         env:
           CI: false
 
+      - name: Rebuild sort-end-to-end-tests with Maven
+        run: mvn --update-snapshots -e -V clean install -U -pl 
inlong-sort/sort-end-to-end-tests -am -Pv1.15 -DskipTests 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.http.reuseConnections=false 
-Daether.connector.requestTimeout=60000
+        env:
+          CI: false
+
+      - name: Unit test for sort-end-to-end-tests with Maven

Review Comment:
   the sort-end-to-end-tests for the default 1.13 were executed, here we do not 
need to execute them again, or we could add the version obviously.



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