-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Reenable removed tests in test_registrar #15790
Conversation
Improvements for detecting file removal have been introduced a while ago. Filebeat doesn't wait until EOF when trying to detect removal. On windows we also introduced some extra API call to detect file-deletion flags being set.
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.
LGTM. I guess we should run CI on this a few times to make sure it's not flaky anymore?
Jenkins, test this. |
3 similar comments
Jenkins, test this. |
Jenkins, test this. |
Jenkins, test this. |
jenkins, test this |
jenkins, test this |
Jenkins, test this. |
Merging. The unskipped tests did not fail in any CI run (total 8 runs). |
What does this PR do?
Unskip flaky filebeat system tests that rely on file removal detection in test_registrar.py
Why is it important?
Improvements for detecting file removal have been introduced a while
ago. Filebeat doesn't wait until EOF when trying to detect removal. On
windows we also introduced some extra API call to detect file-deletion
flags being set.
Checklist
- [ ] My code follows the style guidelines of this project- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature worksAuthor's Checklist
Check Filebeat tests did not fail on unskipped tests by rerunning tests a few times on jenkins (only windows tests are affected)
Related issues