-
Notifications
You must be signed in to change notification settings - Fork 448
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
Unit test failing in CI: OtlpHttpExporterTestPeer.ExportJsonIntegrationTest #1049
Comments
Wondering why this was not caught by our PR build. |
I don't think it is failing consistently, so not got caught in our PR build |
This was happening here as well #1044 (comment). |
Haven't seen this happening this week, probably a transient issue with the CI pipeline. Will watch for some more time before closing. |
I find it takes a lot time to finish tests when run under |
It happened again. I'll try to raise a PR with mock in the next coming days. |
Thanks. Maybe it's also better to use multi_handle instead of start a new thread to start a asynchronous HTTP request when using libcurl.Should I start another issue? |
Thank @owent. Which thread invocation are we talking about here? The only place a potential thread may get created internally for libcurl is here - opentelemetry-cpp/ext/include/opentelemetry/ext/http/client/curl/http_operation_curl.h Line 298 in 16a9c53
Do we want to remove it, and instead use multi_handle? |
Yes, I can create another issue and try to use |
One of the failure instances:
https://github.com/open-telemetry/opentelemetry-cpp/runs/4083453037?check_suite_focus=true
The text was updated successfully, but these errors were encountered: