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() {
public static class Runner extends Thread {
private final String[] args;
+ private final int expectedReturnValue;
private int returnValue;
--- End diff --
You can remove this field now and convert it into a local variable in the
`run()` method.
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---