AHeise commented on a change in pull request #15589:
URL: https://github.com/apache/flink/pull/15589#discussion_r612409794
##########
File path:
flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterStopWithSavepointITCase.java
##########
@@ -152,7 +152,8 @@ private void
throwingExceptionOnCallbackWithoutRestartsHelper(final boolean term
// verifying that we actually received a synchronous checkpoint
assertTrue(syncSavepointId.get() > 0);
- assertThat(getJobStatus(), equalTo(JobStatus.FAILED));
+ assertThat(
Review comment:
Okay makes sense.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]