Re: Slow tests on Flink 1.15

2022-06-07 Thread Chesnay Schepler
Can you give us a more complete stacktrace so we can see what call in Flink is waiting for something? Does this happen to all of your tests? Can you provide us with an example that we can try ourselves? If not, can you describe the test structure (e.g., is it using a MiniClusterResource). On

Slow tests on Flink 1.15

2022-06-02 Thread Lasse Nedergaard
Hi. Just tried to upgrade from 1.14.2 to 1.15.0. It went well and our jobs runs as expected. We have a number of test, testing the entire job so we mock input and output and start our job with mocked data. After upgrading a simple test now takes minutes where it before was less than a minute