dawidwys commented on a change in pull request #19043:
URL: https://github.com/apache/flink/pull/19043#discussion_r825771622
##########
File path: flink-end-to-end-tests/test-scripts/common.sh
##########
@@ -429,6 +429,7 @@ function check_logs_for_exceptions {
| grep -v "org.apache.flink.runtime.JobException: Recovery is suppressed" \
| grep -v "WARN akka.remote.ReliableDeliverySupervisor" \
| grep -v "RecipientUnreachableException" \
+ | grep -v "SerializedCheckpointException.unwrap" \
Review comment:
Is it safe to filter out the exception? Can we be certain it is a false
positive in all tests?
--
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]