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

xtsong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new e45723b  [FLINK-23573][runtime][test] Add 
RecipientUnreachableException to the whitelist for e2e log checkings.
e45723b is described below

commit e45723b503b9cc793317a6cad7c0d4c8075c0d16
Author: Xintong Song <[email protected]>
AuthorDate: Mon Aug 2 19:51:42 2021 +0800

    [FLINK-23573][runtime][test] Add RecipientUnreachableException to the 
whitelist for e2e log checkings.
    
    This closes #16677
---
 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 2a0c227..c7ea1f5 100644
--- a/flink-end-to-end-tests/test-scripts/common.sh
+++ b/flink-end-to-end-tests/test-scripts/common.sh
@@ -407,6 +407,7 @@ function check_logs_for_exceptions {
    | grep -v "Elasticsearch exception" \
    | grep -v "org.apache.flink.runtime.JobException: Recovery is suppressed" \
    | grep -v "WARN  akka.remote.ReliableDeliverySupervisor" \
+   | grep -v "RecipientUnreachableException" \
    | grep -ic "exception" || true)
   if [[ ${exception_count} -gt 0 ]]; then
     echo "Found exception in log files; printing first 500 lines; see full 
logs for details:"

Reply via email to