[
https://issues.apache.org/jira/browse/FLINK-13772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913849#comment-16913849
]
Hequn Cheng edited comment on FLINK-13772 at 8/23/19 3:03 AM:
--------------------------------------------------------------
As discussed inĀ FLINK-13740. The serializer logic contains a bug which leads to
the test failure in TableAggregate tests.
I will open a hotfix to ignore the tests for the time being. We can recover the
tests once the bug is fixed in blink-planner.
was (Author: hequn8128):
Same problem as in FLINK-13740
> GroupWindowTableAggregateITCase tests fail on Travis
> ----------------------------------------------------
>
> Key: FLINK-13772
> URL: https://issues.apache.org/jira/browse/FLINK-13772
> 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.0
>
>
> The
> {{GroupWindowTableAggregateITCase.testEventTimeSlidingGroupWindowOverTimeNonOverlappingSplitPane}}
> fails on Travis:
> {code}
> 05:21:41.532 [ERROR] Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time
> elapsed: 14.039 s <<< FAILURE! - in
> org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase
> 05:21:41.532 [ERROR]
> testEventTimeSlidingGroupWindowOverTimeNonOverlappingSplitPane[StateBackend=HEAP](org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase)
> Time elapsed: 0.573 s <<< ERROR!
> org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
> at
> org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase.testEventTimeSlidingGroupWindowOverTimeNonOverlappingSplitPane(GroupWindowTableAggregateITCase.scala:301)
> Caused by: java.lang.Exception: Artificial Failure
> {code}
> https://api.travis-ci.org/v3/job/573615974/log.txt
--
This message was sent by Atlassian Jira
(v8.3.2#803003)