You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2024/04/04 16:08:00 UTC

[jira] [Created] (FLINK-35012) ChangelogNormalizeRestoreTest.testRestore failure

Ryan Skraba created FLINK-35012:
-----------------------------------

             Summary: 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: 1.20.0
            Reporter: Ryan Skraba


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)