xiangfu0 commented on code in PR #11732:
URL: https://github.com/apache/pinot/pull/11732#discussion_r1346386174
##########
pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/queries/QueryRunnerTest.java:
##########
@@ -122,8 +122,9 @@ public void setUp()
_mailboxService.start();
QueryServerEnclosure server1 = new QueryServerEnclosure(factory1);
- QueryServerEnclosure server2 = new QueryServerEnclosure(factory2);
server1.start();
+ // Start server1 to ensure the next server will have a different port.
Review Comment:
I saw port bind issue.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]