[GitHub] flink issue #2310: [FLINK-4277] Fix TaskManagerConfigurationTest#testDefault...

2016-08-01 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2310 merging --- 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

[GitHub] flink issue #2310: [FLINK-4277] Fix TaskManagerConfigurationTest#testDefault...

2016-07-29 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2310 good catch, thanks! +1 to merge this --- 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

[GitHub] flink issue #2310: [FLINK-4277] Fix TaskManagerConfigurationTest#testDefault...

2016-07-29 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2310 @mxm addressed your comments --- 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

[GitHub] flink issue #2310: [FLINK-4277] Fix TaskManagerConfigurationTest#testDefault...

2016-07-29 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2310 Thanks for the PR @zentol. The test didn't fail because the exception is swallowed in a catch block: ```java } catch (Exception e) {