azagrebin commented on a change in pull request #11073: [FLINK-15672][build]
Migrate to log4j2
URL: https://github.com/apache/flink/pull/11073#discussion_r381173510
##########
File path:
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java
##########
@@ -816,14 +816,7 @@ protected void runWithArgs(String[] args, String
terminateAfterString, String[]
}
}
// check output for the expected terminateAfterString.
- if (checkLogForTerminateString) {
- LoggingEvent matchedEvent =
UtilsTest.getEventContainingString(terminateAfterString);
- if (matchedEvent != null) {
- testPassedFromLog4j = true;
- LOG.info("Found expected output in
logging event {}", matchedEvent);
Review comment:
do we want to keep this log message for `testPassedFromLog4j = true`?
----------------------------------------------------------------
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