Samrat002 opened a new pull request, #28347:
URL: https://github.com/apache/flink/pull/28347

   prove testRescaleWithActiveCheckpointTrigger fails in the expected way 
without the fix.
   
   - Cherry-picks the FLINK-36753 commit so the new config option, interface 
method, callbacks, and test compile.
   - Neutralises Executing.requestActiveCheckpointTrigger() to a no-op so the 
scheduler behaves as pre-fix: it never actively triggers a checkpoint to open 
the rescale gate.
   - Adds @Timeout(60s) so the test fails fast instead of hanging forever 
(CommonTestUtils.waitUntilCondition has no default deadline).
   
   Expected outcome: the test times out waiting for the parallelism to drop 
from 4 to 3, because with a 24h checkpoint interval and no active trigger, no 
checkpoint ever completes to unblock the rescale.
   
   NOT FOR MERGE.
   


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