mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-02 23:02:25 +00:00
Automatic merge from submit-queue add debugging to the client watch test Adds debugging information for https://github.com/kubernetes/kubernetes/issues/42724. I suspect that the watch is closing early, but I'd like proof before I consider things like retrying the list and doing another watch to observe the delete. I'm not even sure that would satisfy the test It seems like a flaky way to build the test. Why wouldn't we delete non-gracefully? @kubernetes/sig-api-machinery-misc @caesarxuchao @wojtek-t saw you just hit this if you wanted to take a quick look at the debugging I added.