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

    https://github.com/apache/flink/pull/5239#discussion_r159861671
  
    --- Diff: 
flink-contrib/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBAsyncSnapshotTest.java
 ---
    @@ -132,21 +135,15 @@ public String getKey(String value) throws Exception {
                final OneShotLatch delayCheckpointLatch = new OneShotLatch();
                final OneShotLatch ensureCheckpointLatch = new OneShotLatch();
     
    -           StreamMockEnvironment mockEnv = new StreamMockEnvironment(
    -                           testHarness.jobConfig,
    -                           testHarness.taskConfig,
    -                           testHarness.memorySize,
    -                           new MockInputSplitProvider(),
    -                           testHarness.bufferSize) {
    +           CheckpointResponder checkpointResponderMock = new 
CheckpointResponder() {
    --- End diff --
    
    Is this change relevant to others?


---

Reply via email to