Skip to content

Commit e981675

Browse files
akalashdawidwys
authored andcommitted
[FLINK-26501][e2e-tests] Added new exception to white list since the failed checkpoint exception is always logging on the task manager site now
1 parent c83ec41 commit e981675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flink-end-to-end-tests/test-scripts/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ function check_logs_for_exceptions {
429429
| grep -v "org.apache.flink.runtime.JobException: Recovery is suppressed" \
430430
| grep -v "WARN akka.remote.ReliableDeliverySupervisor" \
431431
| grep -v "RecipientUnreachableException" \
432+
| grep -v "SerializedCheckpointException.unwrap" \
432433
| grep -ic "exception" || true)
433434
if [[ ${exception_count} -gt 0 ]]; then
434435
echo "Found exception in log files; printing first 500 lines; see full logs for details:"

0 commit comments

Comments
 (0)