Samrat002 commented on PR #27921: URL: https://github.com/apache/flink/pull/27921#issuecomment-4645129961
hi @pnowojski , Thank you for asking to validate the changes for the negative case. I have created a draft change to showcase it https://github.com/apache/flink/pull/28347. ``` Jun 07 09:30:11 09:30:11.515 [INFO] Tests run: 100000, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 338.6 s -- in org.apache.flink.runtime.scheduler.adaptive.ForwardEdgesAdapterTest Jun 07 09:30:12 09:30:12.158 [INFO] Jun 07 09:30:12 09:30:12.158 [INFO] Results: Jun 07 09:30:12 09:30:12.158 [INFO] Jun 07 09:30:12 09:30:12.158 [ERROR] Failures: Jun 07 09:30:12 09:30:12.158 [ERROR] ExecutingTest.testActiveCheckpointTriggerDeduplicatesScheduledRetries:1062 Jun 07 09:30:12 Expected size: 2 but was: 1 in: Jun 07 09:30:12 [ScheduledTask[Incomplete]] Jun 07 09:30:12 09:30:12.158 [ERROR] ExecutingTest.testActiveCheckpointTriggerFiresWhenAllGuardsPass:934 Jun 07 09:30:12 Expecting actual: Jun 07 09:30:12 0 Jun 07 09:30:12 to be greater than: Jun 07 09:30:12 0 Jun 07 09:30:12 Jun 07 09:30:12 09:30:12.158 [ERROR] ExecutingTest.testActiveCheckpointTriggerRespectsMinPauseBetweenCheckpoints:997 Jun 07 09:30:12 expected: 1 Jun 07 09:30:12 but was: 0 Jun 07 09:30:12 09:30:12.158 [INFO] Jun 07 09:30:12 09:30:12.158 [ERROR] Tests run: 109956, Failures: 3, Errors: 0, Skipped: 355 ``` Reference to failure ci/cd: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=75747&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=1ffc5ec2-7913-50ff-0177-3fca16f1b8f0&l=10187 I validated that the test `testRescaleWithActiveCheckpointTrigger` fails as expected. LMK, do you see any gaps -- 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]
