This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch release-1.7 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 3f0820a812c8746e61ce13168cc6d0a153c4d357 Author: Tzu-Li (Gordon) Tai <tzuli...@apache.org> AuthorDate: Sun Dec 9 16:08:07 2018 +0800 [hotfix] [tests] Remove unused enum from StateBackendTestBase --- .../java/org/apache/flink/runtime/state/StateBackendTestBase.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendTestBase.java b/flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendTestBase.java index 8708613..a9bd1f6 100644 --- a/flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendTestBase.java +++ b/flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendTestBase.java @@ -149,14 +149,6 @@ public abstract class StateBackendTestBase<B extends AbstractStateBackend> exten @Rule public final ExpectedException expectedException = ExpectedException.none(); - /** - * The serialization timeliness behaviour of the state backend under test. - */ - public enum BackendSerializationTimeliness { - ON_ACCESS, - ON_CHECKPOINTS - } - // lazily initialized stream storage private CheckpointStorageLocation checkpointStorageLocation;