tillrohrmann commented on a change in pull request #16044:
URL: https://github.com/apache/flink/pull/16044#discussion_r643234581
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/FileExecutionGraphInfoStoreTest.java
##########
@@ -76,7 +76,7 @@
public void testPut() throws IOException {
final ExecutionGraphInfo dummyExecutionGraphInfo =
new ExecutionGraphInfo(
- new
ArchivedExecutionGraphBuilder().setState(JobStatus.FINISHED).build());
+ new
ArchivedExecutionGraphBuilder().setState(JobStatus.SUSPENDED).build());
Review comment:
I think that we should add an additional test for the `SUSPENDED` case.
--
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]