rkhachatryan commented on a change in pull request #16606:
URL: https://github.com/apache/flink/pull/16606#discussion_r683485382
##########
File path:
flink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/EmbeddedRocksDBStateBackendTest.java
##########
@@ -610,6 +612,10 @@ public void testSharedIncrementalStateDeRegistration()
throws Exception {
}
}
+ @Override
+ @Test
+ public void testMaterializedRestore() {}
+
Review comment:
Yes, but with this override even the changelog backend isn't tested: its
tests inherit this empty method.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]