Sergey Nuyanzin created FLINK-40317:
---------------------------------------
Summary: 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
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)