ztison commented on code in PR #26088:
URL: https://github.com/apache/flink/pull/26088#discussion_r1941443010


##########
flink-tests/src/test/java/org/apache/flink/test/scheduling/UpdateJobResourceRequirementsITCase.java:
##########
@@ -182,6 +192,47 @@ void testManualDownScaling() throws Exception {
                 NUMBER_OF_SLOTS - runningTasksAfterRescale);
     }
 
+    @Test
+    void testResourcesUnavailableAfterRescale() throws Exception {
+        final int initialRunningTasks = 3;
+        final int runningTasksAfterRescale = 2;

Review Comment:
   I think it is not needed, because we are using only a single TM with 4 slots 
in these tests. 



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