zentol opened a new pull request, #19404: URL: https://github.com/apache/flink/pull/19404
With this PR we reuse JVMs for all unit tests, Previously this was not the case for flink-runtime, flink-streaming-java and flink-tests. Do that end: - some tests were fixed to work with fork-reuse enabled - some unit tests are now IT cases as they inherently cannot work with fork-reuse being enabled - a few IT cases were marked as unit tests This provides a significant boost to the test execution times, saving ~20 minutes in flink-runtime and ~5m in flink-streaming java. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org