ARROW-15442: [C++][Python] Skip GDB tests on a non-debug build#12253
ARROW-15442: [C++][Python] Skip GDB tests on a non-debug build#12253pitrou wants to merge 3 commits into
Conversation
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.
|
|
|
@github-actions crossbow submit -g python |
|
Revision: 9c5d859 Submitted crossbow builds: ursacomputing/crossbow @ actions-1483 |
|
Can we remove the |
|
If these are all non-debug builds, then probably, yes. |
|
@github-actions crossbow submit wheel-macos-big-sur-* |
|
Revision: 88eca5b Submitted crossbow builds: ursacomputing/crossbow @ actions-1484
|
|
@pitrou shouldn't FileNotFoundError: [Errno 2] No such file or directory: 'gdb' like errors be prevented by the skip here arrow/python/pyarrow/tests/test_gdb.py Lines 161 to 164 in 0fa4b9c |
|
@kszucs It should :-( |
|
Hmm, I get the impression that |
|
Crossbow builds at https://github.com/ursacomputing/crossbow/branches/all?query=pitrou-1 |
|
The builds are failing due to an unrelevant issue https://issues.apache.org/jira/browse/ARROW-15453 |
|
Benchmark runs are scheduled for baseline = f6f494e and contender = 38d4d77. 38d4d77 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
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.