[
https://issues.apache.org/jira/browse/FLINK-13772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913556#comment-16913556
]
Alex commented on FLINK-13772:
------------------------------
Other tests failures of the same test class:
1. CI log: https://api.travis-ci.com/v3/job/227426973/log.txt
{code}
16:44:09.568 [ERROR]
testEventTimeTumblingWindow[StateBackend=HEAP](org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase)
Time elapsed: 0.521 s <<< ERROR!
org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
at
org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase.testEventTimeTumblingWindow(GroupWindowTableAggregateITCase.scala:151)
Caused by: java.lang.Exception: Artificial Failure
{code}
2. CI log: https://api.travis-ci.com/v3/job/227403906/log.txt
{code}
16:00:10.526 [ERROR]
testEventTimeSessionGroupWindowOverTime[StateBackend=HEAP](org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase)
Time elapsed: 0.736 s <<< ERROR!
org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
at
org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase.testEventTimeSessionGroupWindowOverTime(GroupWindowTableAggregateITCase.scala:109)
Caused by: java.lang.Exception: Artificial Failure
{code}
3. CI log: https://api.travis-ci.com/v3/job/227400854/log.txt
{code}
15:46:18.143 [ERROR]
testEventTimeSlidingGroupWindowOverTimeOverlappingSplitPane[StateBackend=HEAP](org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase)
Time elapsed: 0.86 s <<< ERROR!
org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
at
org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase.testEventTimeSlidingGroupWindowOverTimeOverlappingSplitPane(GroupWindowTableAggregateITCase.scala:266)
Caused by: java.lang.Exception: Artificial Failure
{code}
> GroupWindowTableAggregateITCase.testEventTimeSlidingGroupWindowOverTimeNonOverlappingSplitPane
> ----------------------------------------------------------------------------------------------
>
> 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)