Skip to content

Commit

Permalink
[FLINK-22232][tests] Add UnalignedCheckpointsStressITCase
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowojski committed Apr 29, 2021
1 parent 79a521e commit 9a94509
Show file tree
Hide file tree
Showing 2 changed files with 554 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ public class ExpectedTestException extends RuntimeException {
public ExpectedTestException() {
super(MESSAGE);
}

public ExpectedTestException(String message) {
super(message);
}
}
Loading

0 comments on commit 9a94509

Please sign in to comment.