TisonKun commented on a change in pull request #9880: [FLINK-14347][test]
Filter out expected exception string in YARN tests
URL: https://github.com/apache/flink/pull/9880#discussion_r334212438
##########
File path:
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java
##########
@@ -131,6 +131,9 @@
"Remote connection to [null] failed with
java.nio.channels.NotYetConnectedException",
"java.io.IOException: Connection reset by peer",
+ // filter out expected ResourceManagerException caused by
intended shutdown request
+ "Received shutdown request from YARN ResourceManager.",
Review comment:
Thanks! I just forgot that there is already a static constant overwhelming
literal :P
----------------------------------------------------------------
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]
With regards,
Apache Git Services