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

    https://github.com/apache/flink/pull/6008#discussion_r188550129
  
    --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh ---
    @@ -33,8 +33,8 @@ else
       NUM_SLOTS=$NEW_DOP
     fi
     
    -STATE_BACKEND_TYPE=${STATE_BACKEND_TYPE:-file}
    -STATE_BACKEND_FILE_ASYNC=${STATE_BACKEND_FILE_ASYNC:-true}
    +STATE_BACKEND_TYPE=${3:-file}
    +STATE_BACKEND_FILE_ASYNC=${4:-true}
    --- End diff --
    
    will do 👍 


---

Reply via email to