-
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
[processor/deltatocumulative] internal/streams.TestExpiry fails on Windows #31615
Comments
Pinging code owners for processor/deltatocumulative: @sh0rez @RichieSams. 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. |
Must be caused by #31337 |
Investigating |
@sh0rez It looks like you're using sleeps in the test code. But this isn't deterministic (and it slows down the testing). We should instead utilize setting NowFunc / similar for the expiry code. Perhaps for now we just remove the test to unblock CI, and then we can look at this again as part of the refactor discussion here: #31337 (comment) Thoughts? |
**Description:** Moves from complex preemptive expiry to a plain 1 minute timer **Link to tracking Issue:** #31615 (comment) Resolves #31615
**Description:** Moves from complex preemptive expiry to a plain 1 minute timer **Link to tracking Issue:** open-telemetry#31615 (comment) Resolves open-telemetry#31615
**Description:** Moves from complex preemptive expiry to a plain 1 minute timer **Link to tracking Issue:** open-telemetry#31615 (comment) Resolves open-telemetry#31615
Component(s)
processor/deltatocumulative
What happened?
TestExpiry fails on Windows. See https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/8165426471/job/22322842022
The text was updated successfully, but these errors were encountered: