flaky instrumentation-runtime-node test #1960
Labels
bug
Something isn't working
pkg:instrumentation-runtime-node
priority:p4
Bugs and spec inconsistencies which do not fall into a higher prioritization
I believe the 'should export event loop utilization metrics after eventLoopUtilizationMeasurementInterval' test case in
opentelemetry-js-contrib/plugins/node/instrumentation-perf-hooks/test/event_loop_utilization.test.ts
Line 94 in 4483a32
In the following unit-test run for PR #1938, that test assert failed:
https://github.com/open-telemetry/opentelemetry-js-contrib/actions/runs/8026238361/job/21928362946?pr=1938
So I wonder if the new nodejs.event_loop.utilization metric can unexpectedly be higher than 1.
I have not been able to reproduce this failing locally.
I have only seen the failure that one time in CI. Mostly I'm just noting it for now. I'll have a PR to add some more output in those asserts in case that might help; but otherwise, I think we can wait and see if the test fails at all frequently before spending a lot of time on it.
/cc @d4nyll
The text was updated successfully, but these errors were encountered: