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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]