You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2022/12/02 10:57:00 UTC

[jira] [Reopened] (FLINK-27691) RankHarnessTest. testUpdateRankWithRowNumberSortKeyDropsToNotLast test failed with result mismatch

     [ https://issues.apache.org/jira/browse/FLINK-27691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Pohl reopened FLINK-27691:
-----------------------------------

Reopening the issue. We've seen another test failure of that kind:
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43664&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=13092

> RankHarnessTest. testUpdateRankWithRowNumberSortKeyDropsToNotLast test failed with result mismatch
> --------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-27691
>                 URL: https://issues.apache.org/jira/browse/FLINK-27691
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Runtime
>    Affects Versions: 1.16.0
>            Reporter: Huang Xingbo
>            Assignee: lincoln lee
>            Priority: Critical
>              Labels: test-stability
>
> {code:java}
> 2022-05-19T04:34:04.2677138Z May 19 04:34:04 [ERROR] RankHarnessTest.testUpdateRankWithRowNumberSortKeyDropsToNotLast
> 2022-05-19T04:34:04.2689553Z May 19 04:34:04 [ERROR]   Run 1: [result mismatch] 
> 2022-05-19T04:34:04.2690614Z May 19 04:34:04 expected: [+I(a,1,100,1),
> 2022-05-19T04:34:04.2691128Z May 19 04:34:04     +I(b,1,90,2),
> 2022-05-19T04:34:04.2691552Z May 19 04:34:04     +I(c,1,90,3),
> 2022-05-19T04:34:04.2692235Z May 19 04:34:04     +I(d,1,80,4),
> 2022-05-19T04:34:04.2692634Z May 19 04:34:04     +I(e,1,80,5),
> 2022-05-19T04:34:04.2693060Z May 19 04:34:04     +I(f,1,70,6),
> 2022-05-19T04:34:04.2693468Z May 19 04:34:04     +U(b,1,80,5),
> 2022-05-19T04:34:04.2693874Z May 19 04:34:04     +U(c,1,90,2),
> 2022-05-19T04:34:04.2694282Z May 19 04:34:04     +U(d,1,80,3),
> 2022-05-19T04:34:04.2694670Z May 19 04:34:04     +U(e,1,80,4),
> 2022-05-19T04:34:04.2696097Z May 19 04:34:04     -U(b,1,90,2),
> 2022-05-19T04:34:04.2696718Z May 19 04:34:04     -U(c,1,90,3),
> 2022-05-19T04:34:04.2697298Z May 19 04:34:04     -U(d,1,80,4),
> 2022-05-19T04:34:04.2698102Z May 19 04:34:04     -U(e,1,80,5)]
> 2022-05-19T04:34:04.2698758Z May 19 04:34:04  but was: [+I(a,1,100,1),
> 2022-05-19T04:34:04.2699189Z May 19 04:34:04     +I(b,1,90,1),
> 2022-05-19T04:34:04.2699607Z May 19 04:34:04     +I(c,1,90,2),
> 2022-05-19T04:34:04.2700017Z May 19 04:34:04     +I(d,1,80,3),
> 2022-05-19T04:34:04.2712164Z May 19 04:34:04     +I(e,1,80,4),
> 2022-05-19T04:34:04.2712777Z May 19 04:34:04     +I(f,1,70,5),
> 2022-05-19T04:34:04.2713191Z May 19 04:34:04     +U(b,1,80,4),
> 2022-05-19T04:34:04.2713621Z May 19 04:34:04     +U(c,1,90,1),
> 2022-05-19T04:34:04.2714029Z May 19 04:34:04     +U(d,1,80,2),
> 2022-05-19T04:34:04.2714435Z May 19 04:34:04     +U(e,1,80,3),
> 2022-05-19T04:34:04.2715272Z May 19 04:34:04     -U(b,1,90,1),
> 2022-05-19T04:34:04.2715847Z May 19 04:34:04     -U(c,1,90,2),
> 2022-05-19T04:34:04.2716420Z May 19 04:34:04     -U(d,1,80,3),
> 2022-05-19T04:34:04.2716990Z May 19 04:34:04     -U(e,1,80,4)]
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=35815&view=logs&j=a9db68b9-a7e0-54b6-0f98-010e0aff39e2&t=cdd32e0b-6047-565b-c58f-14054472f1be&l=10445



--
This message was sent by Atlassian Jira
(v8.20.10#820010)