Skip to content

Commit

Permalink
[FLINK-33816][streaming] Fix unstable test SourceStreamTaskTest.testT…
Browse files Browse the repository at this point in the history
…riggeringStopWithSavepointWithDrain
  • Loading branch information
Jiabao-Sun authored and pnowojski committed Mar 15, 2024
1 parent 2b94a57 commit 5aebb04
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,6 @@ public void acknowledgeCheckpoint(
harness.streamTask.runMailboxLoop();
harness.finishProcessing();

assertThat(triggerResult.isDone()).isTrue();
assertThat(triggerResult.get()).isTrue();
assertThat(checkpointCompleted.isDone()).isTrue();
}
Expand Down

0 comments on commit 5aebb04

Please sign in to comment.