Tzu-Li (Gordon) Tai created FLINK-13486:
-------------------------------------------
Summary: AsyncDataStreamITCase.testOrderedWaitUsingAnonymousFunction instable on Travis
Key: FLINK-13486
URL:
https://issues.apache.org/jira/browse/FLINK-13486 Project: Flink
Issue Type: Bug
Components: API / DataStream, Tests
Reporter: Tzu-Li (Gordon) Tai
https://api.travis-ci.org/v3/job/562526494/log.txt{code}
15:09:27.608 [ERROR] testOrderedWaitUsingAnonymousFunction(org.apache.flink.streaming.api.scala.AsyncDataStreamITCase) Time elapsed: 1.315 s <<< ERROR!
org.apache.flink.runtime.client.JobExecutionException: Job execution failed.
at org.apache.flink.streaming.api.scala.AsyncDataStreamITCase.executeAndValidate(AsyncDataStreamITCase.scala:81)
at org.apache.flink.streaming.api.scala.AsyncDataStreamITCase.testAsyncWaitUsingAnonymousFunction(AsyncDataStreamITCase.scala:135)
at org.apache.flink.streaming.api.scala.AsyncDataStreamITCase.testOrderedWaitUsingAnonymousFunction(AsyncDataStreamITCase.scala:92)
Caused by: java.lang.Exception: An async function call terminated with an exception. Failing the AsyncWaitOperator.
Caused by: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Async function call has timed out.
Caused by: java.util.concurrent.TimeoutException: Async function call has timed out.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)