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/06/10 02:42:18 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #4605: [INLONG-4576][Manager] Use Junit5(Jupiter) to replace junit4

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


##########
inlong-manager/manager-client/src/test/java/org/apache/inlong/manager/client/api/inner/InnerInlongManagerClientTest.java:
##########
@@ -86,11 +86,11 @@ class InnerInlongManagerClientTest {
 
     @BeforeAll
     static void setup() {
-        wireMockServer = new WireMockServer(options().port(8084));
+        wireMockServer = new WireMockServer(options().port(8484));

Review Comment:
   Why change the port?



##########
inlong-manager/manager-client/src/test/java/org/apache/inlong/manager/client/api/inner/InnerInlongManagerClientTest.java:
##########
@@ -86,11 +86,11 @@ class InnerInlongManagerClientTest {
 
     @BeforeAll
     static void setup() {
-        wireMockServer = new WireMockServer(options().port(8084));
+        wireMockServer = new WireMockServer(options().port(8484));

Review Comment:
   Why change the port?



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