Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
In TestRecoveryAfterTwoPodFailureBucketOneReplica, two nodes are killed, failed over, then the test waits for the pod list to container 5 pods. After 5 pods are present, it then verifies the size of the node via cluster.Status.Size. This operation returns 6 nodes which contains 1 of the failed over nodes. So Kubernetes sees on 5 pods but the cluster sees 6 nodes, even though only 5 exist