Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/6102#discussion_r199123464
--- Diff: tools/travis_mvn_watchdog.sh ---
@@ -533,6 +537,12 @@ esac
# Run tests if compilation was successful
if [ $EXIT_CODE == 0 ]; then
+ # Start watching $MVN_OUT
+ watchdog &
--- End diff --
By the way: Should we automate the lists for `MODULES_CONNECTORS` and
`MODULES_LIBRARIES`? They are not up-to-date e.g. `flink-json`,
`flink-sql-client`, `flink-orc` are missing.
---