Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/4764#discussion_r143685630
--- Diff:
flink-contrib/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBStateBackendTest.java
---
@@ -215,46 +215,6 @@ public Object answer(InvocationOnMock
invocationOnMock) throws Throwable {
}
@Test
- public void testRunningSnapshotAfterBackendClosed() throws Exception {
--- End diff --
This test doesn't make sense anymore because a running snapshot operation
will keep the backend form closing?
---