[
https://issues.apache.org/jira/browse/FLINK-5037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15650173#comment-15650173
]
Aljoscha Krettek commented on FLINK-5037:
-----------------------------------------
This is the relevant line from the log:
{code}
Failed tests:
AbstractUdfStreamOperatorLifecycleTest.testLifeCycleFull:140
expected:<[OPERATOR::setup, UDF::setRuntimeContext, OPERATOR::initializeState,
OPERATOR::open, UDF::open, OPERATOR::run, UDF::run, OPERATOR::snapshotState,
OPERATOR::close, UDF::close, OPERATOR::dispose]> but was:<[OPERATOR::setup,
UDF::setRuntimeContext, OPERATOR::initializeState, OPERATOR::open, UDF::open,
OPERATOR::run, OPERATOR::snapshotState, UDF::run, OPERATOR::close, UDF::close,
OPERATOR::dispose]>
{code}
> Instability in AbstractUdfStreamOperatorLifecycleTest
> -----------------------------------------------------
>
> Key: FLINK-5037
> URL: https://issues.apache.org/jira/browse/FLINK-5037
> Project: Flink
> Issue Type: Bug
> Components: Streaming
> Reporter: Aljoscha Krettek
> Assignee: Stefan Richter
>
> I saw this failure:
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/174340963/log.txt
> I suspect it has to do with the {{Thread.sleep()}} in Line 237. I think it
> can be replaced by {{runStarted.await()}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)