tillrohrmann commented on a change in pull request #7568: [FLINK-11417] Make
access to ExecutionGraph single threaded from JobMaster main thread
URL: https://github.com/apache/flink/pull/7568#discussion_r252250958
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/ExecutionGraphRestartTest.java
##########
@@ -624,6 +703,7 @@ public void run() {
assertEquals(JobStatus.FINISHED, eg.getState());
}
+ @Ignore
@Test
public void testConcurrentGlobalFailAndRestarts() throws Exception {
Review comment:
I think this is still a valid test which we should not ignore. We no longer
will test the concurrency here because the two restart calls will be executed
sequentially but we test that the EG can go into a RUNNING state again.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services