Repository: flink Updated Branches: refs/heads/master 0fea61a04 -> 64e1dc6fe
[FLINK-2392][yarn tests] Produce more log output on travis for the flink-yarn-tests to avoid running into the 300s limit Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/64e1dc6f Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/64e1dc6f Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/64e1dc6f Branch: refs/heads/master Commit: 64e1dc6fe2c4970460c286a36136e9c4c32540a8 Parents: 0fea61a Author: Robert Metzger <rmetz...@apache.org> Authored: Tue Sep 22 10:49:09 2015 +0200 Committer: Robert Metzger <rmetz...@apache.org> Committed: Tue Sep 22 12:30:36 2015 +0200 ---------------------------------------------------------------------- tools/log4j-travis.properties | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/64e1dc6f/tools/log4j-travis.properties ---------------------------------------------------------------------- diff --git a/tools/log4j-travis.properties b/tools/log4j-travis.properties index 34ae971..d031ea5 100644 --- a/tools/log4j-travis.properties +++ b/tools/log4j-travis.properties @@ -37,3 +37,8 @@ log4j.appender.file.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p %-60c %x - %m # suppress the irrelevant (wrong) warnings from the netty channel handler log4j.logger.org.jboss.netty.channel.DefaultChannelPipeline=ERROR, file log4j.logger.org.apache.zookeeper=ERROR, file + +# Log a bit when running the flink-yarn-tests to avoid running into the 5 minutes timeout for +# the tests +log4j.logger.org.apache.flink.yarn.YARNSessionFIFOITCase=INFO, console +log4j.logger.org.apache.flink.yarn.YARNSessionCapacitySchedulerITCase=INFO, console