1996fanrui commented on PR #19723: URL: https://github.com/apache/flink/pull/19723#issuecomment-1135612473
> > Re UnalignedCheckpointStressITCase: > > Currently, TestStreamEnvironment#randomizeConfiguration has unaligned timeout config. [code link](https://github.com/apache/flink/blob/3c5d3bacda580de1dc4986909a0aa5fc30e37885/flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/streaming/util/TestStreamEnvironment.java#L113), it's added in [FLINK-19682](https://issues.apache.org/jira/browse/FLINK-19682). And I think you are right, it's very useful during developing. It can find some easily overlooked boundary conditions. > > I've thought that the timeout randomisation didn't work/was disabled in the `UnalignedCheckpointStressITCase`. But maybe indeed it's working there as it's not overwriting it. If that's the case, then all is fine. It works due to set `checkpointing.randomization=true` in [pom.xml](https://github.com/apache/flink/blob/8cbb42a839919c3163f30928254a1afd0077f6a6/pom.xml#L1616). -- 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]
