forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-21518][tests] Fix testMinCheckpointPause instability
The instability is caused by last assertion depending on timing. Solve by waiting on condition. Another issue is that failure can cause RejectionExecutionException. This is caused by shutting down executor (in tests finally block) without shutting down CheckpointCoordinator. Solve by shutting down CheckpointCoordinator first.
- Loading branch information
1 parent
c02efc6
commit 8c610fc
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters