Merge pull request #48621 from marun/fed-remove-replicaset-unittest
Automatic merge from submit-queue
[Federation] Remove flakey and redundant replicaset unit test
The coverage provided by this test duplicates coverage provided in e2e. As well, the test is 'unit' in name only, as evidenced by the dependency on sleep statements to try to coordinate timing between the test and the controller. If low-level coverage of replicaset scheduling is desired, it can be implemented in a more targeted fashion that is not prone to race conditions.
Fixes #48368
cc: @kubernetes/sig-federation-pr-reviews
Showing
Please
register
or
sign in
to comment