You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/14 10:00:07 UTC

[GitHub] [flink] dawidwys commented on a change in pull request #19043: [FLINK-26501][e2e-tests] Added new exception to white list since the …

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org