You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/09/24 12:40:00 UTC

[GitHub] [flink] tillrohrmann commented on a change in pull request #9738: [FLINK-13746][Connectors/ElasticSearch, Tests]Elasticsearch (v2.3.5) sink end-to-end test fails on Travis

tillrohrmann commented on a change in pull request #9738: [FLINK-13746][Connectors/ElasticSearch, Tests]Elasticsearch (v2.3.5) sink end-to-end test fails on Travis
URL: https://github.com/apache/flink/pull/9738#discussion_r327590002
 
 

 ##########
 File path: flink-end-to-end-tests/test-scripts/common.sh
 ##########
 @@ -329,6 +329,7 @@ function check_logs_for_errors {
       | 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 -v "Error while loading kafka-version.properties :null" \
       | grep -v "Failed Elasticsearch item request" \
+      | grep -v "[Terror]" \
 
 Review comment:
   ```suggestion
         | grep -v "[Terror] modules" \
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services