Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5780
merging
---
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5780
checkstyle ð¡
---
Github user aljoscha commented on the issue:
https://github.com/apache/flink/pull/5780
still failures because of this?
---
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5780
I may have found the case, we have to set `MANAGED_MEMORY_SIZE` for this
test.
---
Github user aljoscha commented on the issue:
https://github.com/apache/flink/pull/5780
Failing reproducibly, and only on this branch?
---
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5780
travis is still failing with mysterious error messages..
```
15:58:07.061 [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (integration-tests)
on
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5780
I've cut down the PR to only not make any changes outside the tests, fixed
the checkstyle violations and the failing test.
---
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5780
I would be fine with changing the PR to work against a `MiniCluster` (to
drop the JobExecutor changes) and a `TemporaryFolder` that we manage ourselves,
i,e. not as a `@Rule` (to drop the icky configu
Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/5780
The `ClassLoaderITCase` fails on Travis. There are also checkstyle
violations:
```
10:04:01.988 [ERROR]
src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java:[62,15]