[
https://issues.apache.org/jira/browse/FLINK-40317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18102077#comment-18102077
]
Sergey Nuyanzin commented on FLINK-40317:
-----------------------------------------
2.2:[e76147fe65ce59820be5dd7cee9c4b9ce901b680|https://github.com/apache/flink/commit/e76147fe65ce59820be5dd7cee9c4b9ce901b680]
> DeletesByKeySemanticTests is unstable
> -------------------------------------
>
> Key: FLINK-40317
> URL: https://issues.apache.org/jira/browse/FLINK-40317
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner, Tests
> Reporter: Sergey Nuyanzin
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.3.1, 2.4.0
>
>
> to repro: run 1000 times locally
> sometimes it fails as
> {noformat}
> java.lang.AssertionError: [join-to-delete-on-key]
> Expecting actual:
> ["+I[2, BOB, 20]", "+I[3, Emily, 40]"]
> to contain exactly in any order:
> ["+U[3, Emily, 40]", "+U[2, BOB, 20]"]
> elements not found:
> ["+U[3, Emily, 40]", "+U[2, BOB, 20]"]
> and elements not expected:
> ["+I[2, BOB, 20]", "+I[3, Emily, 40]"]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)