Details
-
Technical Debt
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.18.1
Description
BatchTestBase sets up a table environment in instance fields, which runs before the BeforeEachCallback from the MiniClusterExtension has time to run.
As a result the table environment internally creates a local stream environment, due to which all test extending the BatchTestBase are spawning separate mini clusters for every single job.
I believe this is on reason why we had troubles with enabling fork-reuse in the planner module