Github user zentol commented on the issue: https://github.com/apache/flink/pull/6352 the test failures may highlight tests that weren't shutting down the last application properly; previously this would've succeeded since the check was done in `@Before`.
---