-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[C++] Failing arrow-flight-test
when enabling opentelemetry
#45120
Comments
For arrow 19, this now also appears without otel integration (note that arrow 15-18 have just been rebuilt with the same set of baseline dependencies, so it's not due to regressions in ambient dependencies)
Additionally, we also see
|
Is it possible for you to get a backtrace of the |
Not easily (as this is all happening in CI), but we could certainly try! |
We have a helper for that in the Arrow C++ test running harness, you can take a look at the function comments here: arrow/cpp/build-support/run-test.sh Lines 118 to 135 in 913cb58
|
Describe the bug, including details regarding any error messages, version, and platform.
In conda-forge/arrow-cpp-feedstock#1058, we finally enabled the test suite for
libarrow
in conda-forge. This has been running fine, even though @pitrou had noted in #35587:However, while working on the opentelemetry integration (conda-forge/arrow-cpp-feedstock#1048; no windows due to #45033), I keep running into the following failure in
arrow-flight-test
; this time it doesn't appear to be a fluke, but has reproduced 3x in a row.This is the only test that fails:
Component(s)
C++, Continuous Integration, Packaging
The text was updated successfully, but these errors were encountered: