GH-49651: [C++][FlightRPC] Fix ODBC Linux test segmentation fault#49688
GH-49651: [C++][FlightRPC] Fix ODBC Linux test segmentation fault#49688alinaliBQ wants to merge 2 commits intoapache:mainfrom
Conversation
* Resolve segfault issue on Linux and pass `ARROW_TEST_LINKAGE=static` Pass `ARROW_TEST_LINKAGE=static` * Clean up
|
|
|
Hmm, why are there two copies of gRPC in the first place? |
My understanding is, the |
|
So then |
Yes, |
|
I think it would be preferable to only link the ODBC tests statically instead of forcing it for all tests then. Or only statically link gRPC for "release" builds of the driver instead of during test (but that may not be possible) |
f8302cd to
5eb872f
Compare
|
That makes sense. I have changed the ODBC tests to link statically on Linux instead of changing it for all tests in |
Rationale for this change
GH-49651
What changes are included in this PR?
Note: enabling Linux test build will be in a separate PR
Are these changes tested?
Tested on local machine and in our local repository
Are there any user-facing changes?
N/A