You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/05/06 16:18:04 UTC

[jira] [Commented] (FLINK-6471) RocksDBStateBackendTest#testCancelRunningSnapshot sometimes fails

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

Ted Yu commented on FLINK-6471:
-------------------------------

Running RocksDBStateBackendTest under flink-contrib/flink-statebackend-rocksdb passes.

> RocksDBStateBackendTest#testCancelRunningSnapshot sometimes fails
> -----------------------------------------------------------------
>
>                 Key: FLINK-6471
>                 URL: https://issues.apache.org/jira/browse/FLINK-6471
>             Project: Flink
>          Issue Type: Test
>            Reporter: Ted Yu
>            Priority: Minor
>
> I got the following test failure based on commit f37988c19adc30d324cde83c54f2fa5d36efb9e7 :
> {code}
> testCancelRunningSnapshot[1](org.apache.flink.contrib.streaming.state.RocksDBStateBackendTest)  Time elapsed: 0.166 sec  <<< FAILURE!
> java.lang.AssertionError: null
>   at org.junit.Assert.fail(Assert.java:86)
>   at org.junit.Assert.assertTrue(Assert.java:41)
>   at org.junit.Assert.assertTrue(Assert.java:52)
>   at org.apache.flink.contrib.streaming.state.RocksDBStateBackendTest.testCancelRunningSnapshot(RocksDBStateBackendTest.java:313)
> Results :
> Failed tests:
>   RocksDBStateBackendTest.testCancelRunningSnapshot:313 null
> {code}
> The following assertion fails:
> {code}
>     assertTrue(testStreamFactory.getLastCreatedStream().isClosed());
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)