sv2000 commented on a change in pull request #3124:
URL: https://github.com/apache/incubator-gobblin/pull/3124#discussion_r512334159
##########
File path:
gobblin-service/src/test/java/org/apache/gobblin/service/modules/core/GobblinServiceRedirectTest.java
##########
@@ -90,8 +90,8 @@
private static final String TEST_SOURCE_NAME = "testSource";
private static final String TEST_SINK_NAME = "testSink";
- private static final String PORT1 = "1000";
- private static final String PORT2 = "2000";
+ private static final String PORT1 = "10000";
Review comment:
You can checkout PortUtils class that provides a method for handing out
random unused ports. Static port values run the risk of port conflicts.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]