-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[flaky test][receiver/github] TestEvalCommits/TestMultiplePageResponse failing intermittently #34983
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
Comments
Pinging code owners for receiver/github: @adrielp @andrzej-stencel @crobert-1. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I missed the ping on this, is this still an issue? |
Yes, still going on, here is a fresh one: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12886161926/job/35926139289#step:8:232
|
Thank you @pjanotti - I'll take a look. Interesting that it's failing by 1 . |
@adrielp note that this latest failure was on Windows, my initial guess will be that the Windows CI run surfaced some concurrency issue on the test itself. This guess is based on flaky tests on Windows, I didn't look at this component/test in particular. |
@pjanotti - thanks for the link & info. I'm starting to investigate. I was able to replicate it and get it to happen 2 out of 100 times on an M1 Mac. |
#### Description Fixes a flaky test where when with contracted resources, there was be a one ms delay in calculation of age causing a non-equal comparison. #### Link to tracking issue Fixes #34983 #### Testing Replicated tests locally. Ran 100 tests to replicate failure (2% failure rate) and then repeated after fix (0 failures).
Hi @adrielp - should we reopen this one? New hit at https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/13196620198/job/36839269592#step:8:221
|
New PR: #37778 Thanks for re-opening this. I'll keep an eye open after merge. I'm surprised my local tests didn't catch it after the logic change. Though I certainly missed removing the age equal assertion. |
#### Description Removes the previous assert.Equal statement that was causing the test to intermittently fail. The equal assertion was intended to be removed previously with the new logic but I missed it. Will keep an eye on this because I'm surprised I couldn't get it to happen locally (whereas before adding the new logic I could consistently get it to fail 2% of the time.) #### Link to tracking issue Fixes #34983
#### Description Fixes a flaky test where when with contracted resources, there was be a one ms delay in calculation of age causing a non-equal comparison. #### Link to tracking issue Fixes open-telemetry#34983 #### Testing Replicated tests locally. Ran 100 tests to replicate failure (2% failure rate) and then repeated after fix (0 failures).
…y#37778) #### Description Removes the previous assert.Equal statement that was causing the test to intermittently fail. The equal assertion was intended to be removed previously with the new logic but I missed it. Will keep an eye on this because I'm surprised I couldn't get it to happen locally (whereas before adding the new logic I could consistently get it to fail 2% of the time.) #### Link to tracking issue Fixes open-telemetry#34983
#### Description Fixes a flaky test where when with contracted resources, there was be a one ms delay in calculation of age causing a non-equal comparison. #### Link to tracking issue Fixes open-telemetry#34983 #### Testing Replicated tests locally. Ran 100 tests to replicate failure (2% failure rate) and then repeated after fix (0 failures).
Component(s)
receiver/github
Describe the issue you're reporting
Failing CI/CD link
Failure output:
The text was updated successfully, but these errors were encountered: