zhuzhurk commented on code in PR #20407:
URL: https://github.com/apache/flink/pull/20407#discussion_r935059049
##########
flink-end-to-end-tests/test-scripts/common.sh:
##########
@@ -397,6 +397,7 @@ function check_logs_for_errors {
| grep -v "Error sending fetch request" \
| grep -v "WARN akka.remote.ReliableDeliverySupervisor" \
| grep -v "Options.*error_*" \
+ | grep -v "Failed to read shuffle data."
Review Comment:
A `\` is needed in the end of the line
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]