-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flake: integration test etcd_watcher waitgroup reused #21188
Comments
http://pr-test.k8s.io/21183/kubernetes-pull-test-unit-integration/14166/ is another failure. |
Again: #20409 Is there anyone working on this? I will spend some time looking into this. |
I think that the name of this issue is misleading - the issue seems to be unrelated to etcd_watcher Basically, if you look into this part of log:
So it seems that, the WaitGroup that is problematic is in httptest.Server. So my feeling is that we are simply talking to a server that is already being close and this is ~roughly duplicate of golang/go#12262 We should just find where exactly the problem is and try to work-around it. |
I think this is exactly what we had before. I will send a PR with the fix today. |
https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/20965/kubernetes-pull-test-unit-integration/14051/
The text was updated successfully, but these errors were encountered: