[
https://issues.apache.org/jira/browse/FLINK-35012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18115429#comment-18115429
]
Martijn Visser commented on FLINK-35012:
----------------------------------------
Also on release-1.20, nightly 2026-09-15, Hadoop 3.1.3 profile, module table:
https://github.com/apache/flink/actions/runs/34919682822
{code}
[ERROR]
org.apache.flink.table.planner.plan.nodes.exec.stream.ChangelogNormalizeRestoreTest.testRestore(TableTestProgram,
Path, String)[2] -- Time elapsed: 0.357 s <<< FAILURE!
java.lang.AssertionError:
Expecting actual:
["+I[two, 2, b]",
"+I[one, 1, a]",
"+I[three, 3, c]",
{code}
> ChangelogNormalizeRestoreTest.testRestore failure
> -------------------------------------------------
>
> Key: FLINK-35012
> URL: https://issues.apache.org/jira/browse/FLINK-35012
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Affects Versions: 2.0.0, 1.20.0
> Reporter: Ryan Skraba
> Priority: Critical
> Labels: pull-request-available, test-stability
> Fix For: 2.4.0
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=58716&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=075c2716-8010-5565-fe08-3c4bb45824a4&l=11921
> {code}
> Apr 03 22:57:43 22:57:43.159 [ERROR] Failures:
> Apr 03 22:57:43 22:57:43.160 [ERROR]
> ChangelogNormalizeRestoreTest>RestoreTestBase.testRestore:337
> Apr 03 22:57:43 Expecting actual:
> Apr 03 22:57:43 ["+I[two, 2, b]",
> Apr 03 22:57:43 "+I[one, 1, a]",
> Apr 03 22:57:43 "+I[three, 3, c]",
> Apr 03 22:57:43 "-U[one, 1, a]",
> Apr 03 22:57:43 "+U[one, 1, aa]",
> Apr 03 22:57:43 "-U[three, 3, c]",
> Apr 03 22:57:43 "+U[three, 3, cc]",
> Apr 03 22:57:43 "-D[two, 2, b]",
> Apr 03 22:57:43 "+I[four, 4, d]",
> Apr 03 22:57:43 "+I[five, 5, e]",
> Apr 03 22:57:43 "-U[four, 4, d]",
> Apr 03 22:57:43 "+U[four, 4, dd]"]
> Apr 03 22:57:43 to contain exactly in any order:
> Apr 03 22:57:43 ["+I[one, 1, a]",
> Apr 03 22:57:43 "+I[two, 2, b]",
> Apr 03 22:57:43 "-U[one, 1, a]",
> Apr 03 22:57:43 "+U[one, 1, aa]",
> Apr 03 22:57:43 "+I[three, 3, c]",
> Apr 03 22:57:43 "-D[two, 2, b]",
> Apr 03 22:57:43 "-U[three, 3, c]",
> Apr 03 22:57:43 "+U[three, 3, cc]",
> Apr 03 22:57:43 "+I[four, 4, d]",
> Apr 03 22:57:43 "+I[five, 5, e]",
> Apr 03 22:57:43 "-U[four, 4, d]",
> Apr 03 22:57:43 "+U[four, 4, dd]",
> Apr 03 22:57:43 "+I[six, 6, f]",
> Apr 03 22:57:43 "-D[six, 6, f]"]
> Apr 03 22:57:43 but could not find the following elements:
> Apr 03 22:57:43 ["+I[six, 6, f]", "-D[six, 6, f]"]
> Apr 03 22:57:43
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)