Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/2962#discussion_r92145625 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendTestBase.java --- @@ -228,6 +229,21 @@ public void testValueState() throws Exception { assertEquals("u3", getSerializedValue(restoredKvState2, 3, keySerializer, VoidNamespace.INSTANCE, namespaceSerializer, valueSerializer)); backend.dispose(); + --- End diff -- I would prefer if we could have these as a separate test. These tests are already too long, for my taste. ð
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---