Commits


Antoine Pitrou authored and Krisztián Szűcs committed 38d4d77aed1
ARROW-15442: [C++][Python] Skip GDB tests on a non-debug build Even though the GDB extension should theoretically work with a release build, it's difficult to test for, as we can't lookup any variables from the GDB prompt. Closes #12253 from pitrou/ARROW-15442-gdb-tests-release-build Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>