jiangxin369 commented on code in PR #23977:
URL: https://github.com/apache/flink/pull/23977#discussion_r1444557196


##########
flink-runtime/src/test/java/org/apache/flink/runtime/minicluster/MiniClusterITCase.java:
##########
@@ -127,6 +129,11 @@ private void runHandleJobsWhenNotEnoughSlots(final 
JobGraph jobGraph) throws Exc
         configuration.setLong(JobManagerOptions.SLOT_REQUEST_TIMEOUT, 100L);
         // this triggers the failure for the adaptive scheduler
         configuration.set(JobManagerOptions.RESOURCE_WAIT_TIMEOUT, 
Duration.ofMillis(100));
+        // disable the resource requirements check from slot manager the make 
sure the scheduler
+        // cannot acquire slots until timeout.
+        configuration.set(

Review Comment:
   Yes, that sounds more sensible. Thanks for the advice and code snippet. I've 
made the change, please take a look.



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