dawidwys commented on a change in pull request #15589:
URL: https://github.com/apache/flink/pull/15589#discussion_r612403875



##########
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:
       It depends how fast the job is being brought down. Apparently on Azure 
it takes longer for the job to actually `FAIL` and we might query the status 
when it is still in a `FAILLING` state.




-- 
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]


Reply via email to