-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[pkg/stanza] Fileconsumer test TestExcludeOlderThanFilter/exclude_some_files failing #32838
Comments
Pinging code owners for pkg/stanza: @djaglowski. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
cc @ycombinator |
Thanks @djaglowski, will look into this ASAP. |
This is not failing for me locally (on a Mac) so this is likely a Windows-specific issue.
Also, I'm not seeing this test fail regularly in CI so it looks to be a flaky test. |
Thanks @ycombinator. Makes sense that it's a flaky test otherwise it probably would have prevented us merging the PR. I think if it's not a quick fix we should skip the test for now. Either way, we'll need to get to the bottom of it and fix it. |
The fix might be quick but I don't know when I'll have time to test this out on Windows. So in that sense, it might not be a quick fix. Instead of skipping that test case entirely, perhaps we could only skip it on Windows, referencing this issue here? I can put up a PR for that pretty quickly. |
Good idea, thank you! |
PR to skip the flaky test only on Windows: #32848 |
It seems this issue is legit. Shall we remove the |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Still valid. |
I think this ultimately requires a solution to the windows timing issue. More details on this issue. |
…anFilter (#34174) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Similar to #34128. Mocking the time functions to fix flakiness on windows. **Link to tracking Issue:** <Issue number if applicable> #32838 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Component(s)
pkg/stanza
Describe the issue you're reporting
CI/CD failure link
Note that this failure was on Windows
The text was updated successfully, but these errors were encountered: