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

mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new e0479732 [FLINK-30151] Remove AuditUtils from error log check whitelist
e0479732 is described below

commit e04797321f398e12f16cd0c6a7059b5037863bdf
Author: Gabor Somogyi <gabor_somog...@apple.com>
AuthorDate: Tue Dec 6 10:01:41 2022 +0100

    [FLINK-30151] Remove AuditUtils from error log check whitelist
---
 e2e-tests/utils.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/e2e-tests/utils.sh b/e2e-tests/utils.sh
index 81021bc3..32cdd593 100755
--- a/e2e-tests/utils.sh
+++ b/e2e-tests/utils.sh
@@ -145,7 +145,6 @@ function check_operator_log_for_errors {
       | grep -v "Failed to submit job to session cluster" 
`#https://issues.apache.org/jira/browse/FLINK-30148` \
       | grep -v "Error during event processing" 
`#https://issues.apache.org/jira/browse/FLINK-30149` \
       | grep -v "REST service in session cluster is bad now" 
`#https://issues.apache.org/jira/browse/FLINK-30150` \
-      | grep -v "AuditUtils" 
`#https://issues.apache.org/jira/browse/FLINK-30151` \
       | grep -v "Error while patching status" 
`#https://issues.apache.org/jira/browse/FLINK-30283` \
       | grep -e "\[\s*ERROR\s*\]" || true)
   if [ -z "${errors}" ]; then

Reply via email to