[GitHub] flink pull request #2622: [FLINK-3706] Fix YARN test instability

2016-10-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2622 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] flink pull request #2622: [FLINK-3706] Fix YARN test instability

2016-10-11 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2622#discussion_r82809706 --- Diff: flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java --- @@ -621,13 +632,16 @@ protected static void sendOutput() {

[GitHub] flink pull request #2622: [FLINK-3706] Fix YARN test instability

2016-10-11 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2622#discussion_r82809384 --- Diff: flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java --- @@ -599,15 +602,23 @@ protected void runWithArgs(String[] args, String

[GitHub] flink pull request #2622: [FLINK-3706] Fix YARN test instability

2016-10-11 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2622#discussion_r82809975 --- Diff: flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java --- @@ -599,15 +602,23 @@ protected void runWithArgs(String[] args, String

[GitHub] flink pull request #2622: [FLINK-3706] Fix YARN test instability

2016-10-11 Thread mxm
Github user mxm commented on a diff in the pull request: https://github.com/apache/flink/pull/2622#discussion_r82810425 --- Diff: flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java --- @@ -670,11 +684,13 @@ public void run() {

[GitHub] flink pull request #2622: [FLINK-3706] Fix YARN test instability

2016-10-11 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/2622 [FLINK-3706] Fix YARN test instability The most important change in this commit is that the `YarnTestBase.Runner` doesn't do `try {} catch (Throwable t) { fail(t); }` anymore, which doesn't lead