-
Notifications
You must be signed in to change notification settings - Fork 563
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
Investigate Cortex exporter test panics #310
Comments
This always seems to be for the 386 build only. Profiling it shows 90+% of the time in |
Might be related to golang/go#22643 |
From the SIG meeting today we talked about making the certs static and storing in a |
Temporary fix while #310 is addressed.
Temporary fix while #310 is addressed.
I think this has been addressed already, but an alternative would be to drop the number of bits in the RSA private key generation. Dropping from |
Thanks for that tip! I didn't think lowering it to |
I think this issue this can be closed since it was resolved by #315. |
https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-go-contrib/814/workflows/0312cefe-6305-4bf6-aac5-410ba6a5e5cc/jobs/1444
Looks like a timeout is causing the testing to panic after 30 seconds. Can this behavior be designed away otherwise it should be tuned to not panic.
The text was updated successfully, but these errors were encountered: