You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/09/24 12:44:48 UTC

[flink] branch release-1.8 updated: [FLINK-13746][e2e] Whitelist [Terror] to avoid end to end test failure in es 2.3.5

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.8 by this push:
     new bd677f2  [FLINK-13746][e2e] Whitelist [Terror] to avoid end to end test failure in es 2.3.5
bd677f2 is described below

commit bd677f22044aa567cd691d76da37a28fa88cb6a9
Author: tszkitlo40 <ws...@gmail.com>
AuthorDate: Sat Sep 21 13:29:57 2019 +0800

    [FLINK-13746][e2e] Whitelist [Terror] to avoid end to end test failure in es 2.3.5
    
    This closes #9738.
---
 flink-end-to-end-tests/test-scripts/common.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-end-to-end-tests/test-scripts/common.sh b/flink-end-to-end-tests/test-scripts/common.sh
index e2c4560..4142be4 100644
--- a/flink-end-to-end-tests/test-scripts/common.sh
+++ b/flink-end-to-end-tests/test-scripts/common.sh
@@ -306,6 +306,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] modules" \
       | grep -ic "error" || true)
   if [[ ${error_count} -gt 0 ]]; then
     echo "Found error in log files:"