Skip to content
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 a data race in TestFileWatcher (#24). #25

Merged
merged 1 commit into from
Nov 25, 2016

Conversation

porridge
Copy link
Member

Use a channel to report events to the test, rather than a variable without
synchronization.
Fixes issue #24.

Use a channel to report events to the test, rather than a variable without
synchronization.
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 25, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.08%) to 33.333% when pulling e374b0a on porridge:fix-watcher-race into 27a0ec4 on kubernetes:master.

@aledbf
Copy link
Member

aledbf commented Nov 25, 2016

/lgtm

@aledbf aledbf merged commit e51fe47 into kubernetes:master Nov 25, 2016
@porridge porridge deleted the fix-watcher-race branch February 3, 2017 08:22
haoqing0110 referenced this pull request in stolostron/management-ingress Mar 5, 2021
kd7lxl added a commit to kd7lxl/ingress-nginx that referenced this pull request Apr 7, 2021
Update fips build with ingress-nginx 0.45.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants