Description
TestingCluster appears to be outdated and should be replaced by or consolidated with the ForkableMiniCluster. Both clusters start the testing actors. Additionally, ForkableMiniCluster cluster has support for forking, HA, and restarting actors.
As of now it looks like the use of both is arbitrary. The TestingCluster may produce test failures because multiple forked test instances could be trying to bind to the same free port.
It looks like the ForkableMiniCluster should also inherit from FlinkMiniCluster instead of LocalFlinkMiniCluster because it overwrites all inherited implementations of LocalFlinkMiniCluster.
Attachments
Issue Links
- is superceded by
-
FLINK-4458 Remove ForkableFlinkMiniCluster
- Closed