[
https://issues.apache.org/jira/browse/FLINK-21574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17299420#comment-17299420
]
Roman Khachatryan commented on FLINK-21574:
-------------------------------------------
A similar failure:
{code}
2021-03-09T21:32:46.4286014Z [ERROR] Failures:
2021-03-09T21:32:46.4286413Z [ERROR]
WindowDistinctAggregateITCase.testHopWindow_Rollup:584 expected
<...:10,7,21.09,6.0,1.0,[4]
2021-03-09T21:32:46.4287592Z 1,null,2020-10-10T0...> but
was:<...:10,7,21.09,6.0,1.0,[5]
2021-03-09T21:32:46.4289629Z 1,null,2020-10-10T0...>
2021-03-09T21:32:46.4289839Z [INFO]
2021-03-09T21:32:46.4290145Z [ERROR] Tests run: 2992, Failures: 1, Errors: 0,
Skipped: 22
{code}
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=14361&view=logs&j=e25d5e7e-2a9c-5589-4940-0b638d75a414&t=a6e0f756-5bb9-5ea8-a468-5f60db442a29
> WindowDistinctAggregateITCase.testCumulateWindow_GroupingSets unstable
> ----------------------------------------------------------------------
>
> Key: FLINK-21574
> URL: https://issues.apache.org/jira/browse/FLINK-21574
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Affects Versions: 1.13.0
> Reporter: Guowei Ma
> Priority: Major
> Labels: test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=14014&view=logs&j=f66801b3-5d8b-58b4-03aa-cc67e0663d23&t=1abe556e-1530-599d-b2c7-b8c00d549e53
> {code:java}
> [ERROR] WindowDistinctAggregateITCase.testCumulateWindow_GroupingSets:660
> expected:<...:10,7,21.09,6.0,1.0,[4
> 1,null,2020-10-10T00:00,2020-10-10T00:00:15,7,21.09,6.0,1.0,4]
> 1,null,2020-10-10T0...> but was:<...:10,7,21.09,6.0,1.0,[5
> 1,null,2020-10-10T00:00,2020-10-10T00:00:15,7,21.09,6.0,1.0,5]
> 1,null,2020-10-10T0...>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)