You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ayush Saxena (Jira)" <ji...@apache.org> on 2020/02/02 15:36:00 UTC

[jira] [Commented] (FLINK-15811) StreamSourceOperatorWatermarksTest#testNoMaxWatermarkOnAsyncCancel fails on Travis

    [ https://issues.apache.org/jira/browse/FLINK-15811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028466#comment-17028466 ] 

Ayush Saxena commented on FLINK-15811:
--------------------------------------

Seems like if the the cancel call reaches post the thread has completed the execution, and reached {{cleanUpInvoke}} the test tends to fail, since the exception won't be a {{CancellationException}} but a {{InterruptedException}}

> StreamSourceOperatorWatermarksTest#testNoMaxWatermarkOnAsyncCancel fails on Travis
> ----------------------------------------------------------------------------------
>
>                 Key: FLINK-15811
>                 URL: https://issues.apache.org/jira/browse/FLINK-15811
>             Project: Flink
>          Issue Type: Bug
>          Components: API / DataStream, Tests
>    Affects Versions: 1.11.0
>            Reporter: Chesnay Schepler
>            Priority: Major
>
> https://api.travis-ci.org/v3/job/643480766/log.txt
> {code}
> 08:06:17.382 [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.812 s <<< FAILURE! - in org.apache.flink.streaming.runtime.operators.StreamSourceOperatorWatermarksTest
> 08:06:17.382 [ERROR] testNoMaxWatermarkOnAsyncCancel(org.apache.flink.streaming.runtime.operators.StreamSourceOperatorWatermarksTest)  Time elapsed: 0.235 s  <<< FAILURE!
> java.lang.AssertionError
> 	at org.apache.flink.streaming.runtime.operators.StreamSourceOperatorWatermarksTest.testNoMaxWatermarkOnAsyncCancel(StreamSourceOperatorWatermarksTest.java:127)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)