Skip to content

Commit

Permalink
[hotfix] Disable SavepointITCase.testStopWithSavepointFailingInSnapsh…
Browse files Browse the repository at this point in the history
…otCreation and .testStopWithSavepointFailingAfterSnapshotCreation for the AdaptiveScheduler

The AdaptiveScheduler does not support stopping jobs with savepoint yet.
  • Loading branch information
tillrohrmann committed Mar 5, 2021
1 parent 07eb7a9 commit ef6dc2c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ public void testSubmitWithUnknownSavepointPath() throws Exception {
}

@Test
@Category(FailsWithAdaptiveScheduler.class) // FLINK-21333
public void testStopWithSavepointFailingInSnapshotCreation() throws Exception {
testStopWithFailingSourceInOnePipeline(
new SnapshotFailingInfiniteTestSource(),
Expand All @@ -573,6 +574,7 @@ public void testStopWithSavepointFailingInSnapshotCreation() throws Exception {
}

@Test
@Category(FailsWithAdaptiveScheduler.class) // FLINK-21333
public void testStopWithSavepointFailingAfterSnapshotCreation() throws Exception {
testStopWithFailingSourceInOnePipeline(
new CancelFailingInfiniteTestSource(),
Expand Down

0 comments on commit ef6dc2c

Please sign in to comment.