dinse opened a new issue, #46728: URL: https://github.com/apache/arrow/issues/46728
### Describe the enhancement requested #12253 allowed test_gdb to skip if Arrow C++ had a non-debug build. If C++ _was_ built debug and PYARROW_BUILD_TYPE=debug is not set, PyArrow builds in release. pytest then attempts the full test_gdb suite because pa.cpp_build_info.build_type is 'debug'. All but a few gdb tests then fail. I think the gdb tests should skip in that scenario. If this change in behavior is agreed upon, I have a change that implements it prepared. ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
