Zhu Zhu created FLINK-16276: ------------------------------- Summary: Introduce factory methods to create DefaultScheduler for testing Key: FLINK-16276 URL: https://issues.apache.org/jira/browse/FLINK-16276 Project: Flink Issue Type: Sub-task Components: Runtime / Coordination, Tests Affects Versions: 1.11.0 Reporter: Zhu Zhu Assignee: Zhu Zhu Fix For: 1.11.0
Currently tests create DefaultScheduler via its constructor. Having a builder and a set of factory methods can significantly reduce the complexity to instantiate DefaultScheduler. It can be very helpful especially when we are to rework tests to base on the new scheduler. -- This message was sent by Atlassian Jira (v8.3.4#803005)