Skip to content

Commit e047973

Browse files
[FLINK-30151] Remove AuditUtils from error log check whitelist
1 parent b95e3e4 commit e047973

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e2e-tests/utils.sh

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ function check_operator_log_for_errors {
145145
| grep -v "Failed to submit job to session cluster" `#https://issues.apache.org/jira/browse/FLINK-30148` \
146146
| grep -v "Error during event processing" `#https://issues.apache.org/jira/browse/FLINK-30149` \
147147
| grep -v "REST service in session cluster is bad now" `#https://issues.apache.org/jira/browse/FLINK-30150` \
148-
| grep -v "AuditUtils" `#https://issues.apache.org/jira/browse/FLINK-30151` \
149148
| grep -v "Error while patching status" `#https://issues.apache.org/jira/browse/FLINK-30283` \
150149
| grep -e "\[\s*ERROR\s*\]" || true)
151150
if [ -z "${errors}" ]; then

0 commit comments

Comments
 (0)