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

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

Till Rohrmann created FLINK-16156:
-------------------------------------

             Summary: 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
             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)