[GitHub] flink pull request #6008: [FLINK-9354][travis] Print execution times for nig...

2018-05-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6008 ---

[GitHub] flink pull request #6008: [FLINK-9354][travis] Print execution times for nig...

2018-05-16 Thread zentol
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_TY

[GitHub] flink pull request #6008: [FLINK-9354][travis] Print execution times for nig...

2018-05-16 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6008#discussion_r188548653 --- Diff: flink-end-to-end-tests/test-scripts/test_resume_savepoint.sh --- @@ -33,8 +33,8 @@ else NUM_SLOTS=$NEW_DOP fi -STATE_BACKEND_

[GitHub] flink pull request #6008: [FLINK-9354][travis] Print execution times for nig...

2018-05-15 Thread tzulitai
Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/6008#discussion_r188507930 --- Diff: flink-end-to-end-tests/run-nightly-tests.sh --- @@ -43,121 +43,151 @@ EXIT_CODE=0 # printf "\n===

[GitHub] flink pull request #6008: [FLINK-9354][travis] Print execution times for nig...

2018-05-14 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/6008 [FLINK-9354][travis] Print execution times for nightly E2E tests ## What is the purpose of the change With this PR we print the execution time for all end-to-end tests. ## Brief chan