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 file watch #1025

Merged
merged 1 commit into from
Jul 27, 2017
Merged

Fix file watch #1025

merged 1 commit into from
Jul 27, 2017

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented Jul 27, 2017

fixes #1021

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jul 27, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@aledbf
Copy link
Member Author

aledbf commented Jul 27, 2017

@nikhiljindal the error you saw in the travis tests was caused because the file watcher watches the directory (temporal directory). In this directory glog also writes the log file so that creates additional events that were not filtered correctly.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 43.982% when pulling dbe1880 on aledbf:fix-file-watch into 16a213c on kubernetes:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 43.982% when pulling dbe1880 on aledbf:fix-file-watch into 16a213c on kubernetes:master.

@aledbf aledbf merged commit b2064cb into kubernetes:master Jul 27, 2017
@aledbf aledbf deleted the fix-file-watch branch July 27, 2017 21:53
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.

failing TestFileWatcher
5 participants