[GitHub] flink pull request #5612: [FLINK-8810] Move end-to-end test scripts to end-t...

2018-03-01 Thread aljoscha
Github user aljoscha closed the pull request at: https://github.com/apache/flink/pull/5612 ---

[GitHub] flink pull request #5612: [FLINK-8810] Move end-to-end test scripts to end-t...

2018-03-01 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5612#discussion_r171571281 --- Diff: tools/travis_mvn_watchdog.sh --- @@ -576,61 +576,9 @@ case $TEST in printf "Running end-to-end tests\n"

[GitHub] flink pull request #5612: [FLINK-8810] Move end-to-end test scripts to end-t...

2018-03-01 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5612#discussion_r171572132 --- Diff: flink-end-to-end-tests/run-pre-commit-tests.sh --- @@ -0,0 +1,98 @@ +#!/usr/bin/env bash

[GitHub] flink pull request #5612: [FLINK-8810] Move end-to-end test scripts to end-t...

2018-03-01 Thread aljoscha
GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/5612 [FLINK-8810] Move end-to-end test scripts to end-to-end module This also makes the tests executable by calling $ flink-end-to-end-tests/run-pre-commit-tests.sh R: @zentol