You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the above test, we start with 2 pods in the e.podDeletions map and expect terminate with 1 pod.
If the pod2 is checked for its deletion before the pod1, as the pod2 is not deleted, we return (L50) without checking for the pod1 deletion which should update the e.podDeletions map (L48).
The unit test
TestExpectedPodDeletions_DeletionsSatisfied
is flaky since this morning.Full logs of two failed builds:
https://devops-ci.elastic.co/job/cloud-on-k8s-pr/1915/consoleText
https://devops-ci.elastic.co/job/cloud-on-k8s-pr/1916/consoleText
The text was updated successfully, but these errors were encountered: