[ https://issues.apache.org/jira/browse/FLINK-6471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Yu updated FLINK-6471: -------------------------- Description: 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} was: 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} > RocksDBStateBackendTest#testCancelRunningSnapshot 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)