StefanRRichter commented on a change in pull request #6875: [FLINK-9808] [state 
backends] Migrate state when necessary in state backends
URL: https://github.com/apache/flink/pull/6875#discussion_r227715963
 
 

 ##########
 File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/state/ttl/TtlStateTestBase.java
 ##########
 @@ -387,6 +387,8 @@ public void testSnapshotChangeRestore() throws Exception {
        @Test(expected = StateMigrationException.class)
        public void testRestoreTtlAndRegisterNonTtlStateCompatFailure() throws 
Exception {
                assumeThat(this, not(instanceOf(MockTtlStateTest.class)));
+               assumeThat(this, 
not(instanceOf(HeapAsyncSnapshotTtlStateTest.class)));
 
 Review comment:
   Why is this test restricted now?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to