Yingjie Cao created FLINK-16298:
-----------------------------------
Summary: GroupWindowTableAggregateITCase.testEventTimeTumblingWindow fails on Travis
Key: FLINK-16298
URL:
https://issues.apache.org/jira/browse/FLINK-16298 Project: Flink
Issue Type: Test
Components: Tests
Reporter: Yingjie Cao
GroupWindowTableAggregateITCase.testEventTimeTumblingWindow fails on Travis. link: [
https://api.travis-ci.com/v3/job/291610383/log.txt]
stack:
{code:java}
05:38:01.976 [ERROR] Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.537 s <<< FAILURE! - in org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase
05:38:01.976 [ERROR] testEventTimeTumblingWindow[StateBackend=HEAP](org.apache.flink.table.planner.runtime.stream.table.GroupWindowTableAggregateITCase) Time elapsed: 0.459 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: org.apache.flink.runtime.JobException: Recovery is suppressed by FixedDelayRestartBackoffTimeStrategy(maxNumberRestartAttempts=1, backoffTimeMS=0)
Caused by: java.lang.Exception: Artificial Failure
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)