This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 832fb189bc2 [FLINK-39872][e2e] Add `wrapInExecutionException` to
`common.sh`
832fb189bc2 is described below
commit 832fb189bc209cde705c4b6a7a032992bf536c2d
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Jun 6 00:09:43 2026 +0200
[FLINK-39872][e2e] Add `wrapInExecutionException` to `common.sh`
---
flink-end-to-end-tests/test-scripts/common.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/flink-end-to-end-tests/test-scripts/common.sh
b/flink-end-to-end-tests/test-scripts/common.sh
index d9503bcb0a9..5424badd52d 100755
--- a/flink-end-to-end-tests/test-scripts/common.sh
+++ b/flink-end-to-end-tests/test-scripts/common.sh
@@ -480,7 +480,8 @@ function internal_check_logs_for_exceptions {
"WARN org.apache.pekko.remote.ReliableDeliverySupervisor" \
"RecipientUnreachableException" \
"completeExceptionally" \
- "SerializedCheckpointException.unwrap")
+ "SerializedCheckpointException.unwrap" \
+ "wrapInExecutionException")
local all_allowed_exceptions=("${default_allowed_exceptions[@]}"
"${additional_allowed_exceptions[@]}")