You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/05/02 01:13:27 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #2902: [INLONG-2901][Manager] Fix maven tests

healchow commented on code in PR #2902:
URL: https://github.com/apache/incubator-inlong/pull/2902#discussion_r862549814


##########
inlong-manager/manager-web/src/test/java/org/apache/inlong/manager/web/controller/openapi/SortControllerTest.java:
##########
@@ -131,4 +129,10 @@ private SortTaskSinkParamEntity prepareSinkParamsEntity(String task, String sink
                 .taskName(task)
                 .build();
     }
+
+    @Test
+    public void defaultTest() {
+        System.out.println("Online exception druid connection timeout cannot create transaction, "

Review Comment:
   Please do not print the info to console, thanks.



##########
inlong-manager/manager-web/src/test/java/org/apache/inlong/manager/web/controller/openapi/SortControllerTest.java:
##########
@@ -131,4 +129,10 @@ private SortTaskSinkParamEntity prepareSinkParamsEntity(String task, String sink
                 .taskName(task)
                 .build();
     }
+
+    @Test
+    public void defaultTest() {
+        System.out.println("Online exception druid connection timeout cannot create transaction, "

Review Comment:
   Please do not print the info to the console, thanks.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org