zentol commented on a change in pull request #16345:
URL: https://github.com/apache/flink/pull/16345#discussion_r662992118
##########
File path:
flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterITCase.java
##########
@@ -47,22 +47,23 @@
@Test
public void testRejectionOfEmptyJobGraphs() throws Exception {
- MiniCluster miniCluster =
- new MiniCluster(
- new MiniClusterConfiguration.Builder()
- .setNumTaskManagers(1)
- .setNumSlotsPerTaskManager(1)
+ MiniClusterResource miniCluster =
Review comment:
causes a random port to be used for the rest api
--
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]