[ https://issues.apache.org/jira/browse/FLINK-10421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16640656#comment-16640656 ]
ASF GitHub Bot commented on FLINK-10421: ---------------------------------------- tillrohrmann closed pull request #6800: [FLINK-10421][tests] Exclude FluentPropertyBeanIntrospector info message in common.sh URL: https://github.com/apache/flink/pull/6800 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/flink-end-to-end-tests/test-scripts/common.sh b/flink-end-to-end-tests/test-scripts/common.sh index cd21b7b75db..1dbe89a44ce 100644 --- a/flink-end-to-end-tests/test-scripts/common.sh +++ b/flink-end-to-end-tests/test-scripts/common.sh @@ -314,6 +314,7 @@ function check_logs_for_errors { | grep -v "An exception was thrown by an exception handler" \ | grep -v "java.lang.NoClassDefFoundError: org/apache/hadoop/yarn/exceptions/YarnException" \ | grep -v "java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration" \ + | grep -v "org.apache.flink.fs.shaded.hadoop3.org.apache.commons.beanutils.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public final void org.apache.flink.fs.shaded.hadoop3.org.apache.commons.configuration2.AbstractConfiguration.setProperty(java.lang.String,java.lang.Object)! Ignoring this property." \ | grep -iq "error"; then echo "Found error in log files:" cat $FLINK_DIR/log/* ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Shaded Hadoop S3A end-to-end test failed on Travis > -------------------------------------------------- > > Key: FLINK-10421 > URL: https://issues.apache.org/jira/browse/FLINK-10421 > Project: Flink > Issue Type: Bug > Components: Tests > Affects Versions: 1.7.0 > Reporter: Dawid Wysakowicz > Assignee: Till Rohrmann > Priority: Critical > Labels: pull-request-available, test-stability > Fix For: 1.7.0 > > > https://api.travis-ci.org/v3/job/432916761/log.txt -- This message was sent by Atlassian JIRA (v7.6.3#76005)