liuml07 commented on code in PR #27091:
URL: https://github.com/apache/flink/pull/27091#discussion_r2422371133
##########
flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java:
##########
@@ -1714,7 +1714,7 @@ void testJobFailureWhenGracefulTaskExecutorTermination()
throws Exception {
.equals(event.getName()))
.map(Event::getAttributes)
.map(x -> x.get("newJobStatus")))
- .containsExactly(
+ .containsSubsequence(
Review Comment:
If we'd like to change the Flink non-testing code, I have updated the PR to
demonstrate the idea of notifying the jobStatus listeners at registration time.
But I presume that's a larger code change, and just share for discussion. I'll
look into the code more carefully.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]