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


##########
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:
   resolved



##########
inlong-manager/manager-service/src/test/java/org/apache/inlong/manager/service/ServiceBaseTest.java:
##########
@@ -27,6 +28,11 @@
 
     public final String globalGroupId = "b_group1";
     public final String globalStreamId = "stream1";
+    public final String globalStreamName = "streamName1";
     public final String globalOperator = "admin";
 
+    @Test
+    public void test() {
+        System.out.println("The test class cannot be empty, otherwise No 
runnable methods exception will be reported");

Review Comment:
   resolved



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