-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Fix etcdWatcher test #19010
Fix etcdWatcher test #19010
Conversation
Labelling this PR as size/S |
GCE e2e test build/test passed for commit 0dadd1531c87376b4780c55f471f603b86765974. |
t.Errorf("An injected error did not cause a graceful shutdown") | ||
// There is a race in etcdWatcher so that after calling Stop() one of | ||
// two can happen: | ||
// - ResultChan() may be close (triggered by closing userStop channel) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/close/closed/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
two nits, LGTM otherwise. |
0dadd15
to
8cd50dd
Compare
@gmarek - PTAL |
@k8s-bot unit test this please |
We get this error quite often now:/ |
GCE e2e test build/test passed for commit 8cd50dd. |
UPSTREAM : 61284: Fix creation of subpath with SUID/SGID directories. Origin-commit: 7df18152ebc429d904fba5260cb8385839eb3b55
Fix #18929
@timothysc