Github user StefanRRichter commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4722#discussion_r141390478
  
    --- Diff: 
flink-runtime/src/test/java/org/apache/flink/runtime/state/StateBackendTestBase.java
 ---
    @@ -190,6 +193,39 @@ protected CheckpointStreamFactory 
createStreamFactory() throws Exception {
        }
     
        @Test
    +   public void testGetKeys() throws Exception {
    +           final int elementsToTest = 1000;
    +           String fieldName = "get-keys-while-modifying-test";
    --- End diff --
    
    nit: this name is a bit misleading now


---

Reply via email to