You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (Jira)" <ji...@apache.org> on 2020/02/18 17:45:00 UTC

[jira] [Commented] (FLINK-16156) TableAggregateITCase.testGroupByFlatAggregate failed on Travis

    [ https://issues.apache.org/jira/browse/FLINK-16156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039280#comment-17039280 ] 

Till Rohrmann commented on FLINK-16156:
---------------------------------------

Might be related since it is a sorting problem of the result.

> TableAggregateITCase.testGroupByFlatAggregate failed on Travis
> --------------------------------------------------------------
>
>                 Key: FLINK-16156
>                 URL: https://issues.apache.org/jira/browse/FLINK-16156
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>    Affects Versions: 1.10.0
>            Reporter: Till Rohrmann
>            Priority: Critical
>              Labels: test-stability
>             Fix For: 1.10.1, 1.11.0
>
>
> The {{TableAggregateITCase.testGroupByFlatAggregate}} failed because the order of the result did not match:
> {code}
> 11:50:11.239 [ERROR] Failures: 
> 11:50:11.239 [ERROR]   FunctionITCase.testDynamicTableFunction:611 
> Expected: <[Test is a string, 42, null]>
>      but: was <[42, null, Test is a string]>
> 11:50:11.239 [ERROR] Errors: 
> 11:50:11.239 [ERROR]   TableAggregateITCase.testGroupByFlatAggregate:59 » JobExecution Job execution ...
> 11:50:11.239 [INFO] 
> {code}
> https://api.travis-ci.com/v3/job/288392903/log.txt



--
This message was sent by Atlassian Jira
(v8.3.4#803005)