-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[CI] Failures in build-and-test / unittest-matrix don't cause the job to fail #17037
Comments
Pinging code owners for exporter/loadbalancing: @jpkrohling. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Looks like we released 0.67.0 with the following failing unit tests:
Failing hostmetrics test is not a problem. But I need help from the routing processor owner to assess the impact |
My first guess is that the issue is caused by #16731 |
Ooooh, I think I have an idea what has happened here. Due to the fact that: go test -race -timeout 300s --tags="" -v ./... 2>&1 | tee -a ./foresight-test-report.txt; \
|
I think the tests broken in 0.67.0 are safe to not worry about 0.67.0 release |
We are done. CI is back :) |
Look at the failing
TestLoadInvalidConfig_NoScrapers
test in https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/3700493629/jobs/6269016994 :The text was updated successfully, but these errors were encountered: