You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to run the tests locally anymore as this test is a constant failure on my local machine, routinely having greater than 10% relative error.
=== RUN TestHostMemory
host_test.go:183:
Error Trace: host_test.go:183
Error: Relative error is too high: 0.05 (expected)
< 0.10391638662049218 (actual)
Test: TestHostMemory
--- FAIL: TestHostMemory (1.20s)
opentelemetry-go-contrib/instrumentation/host/host_test.go
Lines 182 to 183 in e6529ec
I'm not able to run the tests locally anymore as this test is a constant failure on my local machine, routinely having greater than 10% relative error.
It also periodically fails on the CI system as well, i.e. https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-go-contrib/822/workflows/9d9be7e4-4318-4851-adaf-13af791e233b/jobs/1479
We should look into redesigning this test or tuning the tolerances a bit.
The text was updated successfully, but these errors were encountered: