Github user florianschmidt1994 commented on a diff in the pull request: https://github.com/apache/flink/pull/6053#discussion_r195036305 --- Diff: flink-end-to-end-tests/test-scripts/test_local_recovery_and_scheduling.sh --- @@ -53,8 +53,6 @@ function cleanup_after_test { # kill ${watchdog_pid} 2> /dev/null wait ${watchdog_pid} 2> /dev/null - # - cleanup --- End diff -- This should not be a concern anymore with the new changed where each configuration of `test_local_recovery_and_scheduling` is its own test-case
---