Skip to content

Commit 6396350

Browse files
committed
Try enabling FAULTHANDLER
1 parent 17bee63 commit 6396350

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ci/scripts/python_test.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ pushd %SOURCE_DIR%\python
3737
popd
3838

3939
@REM Run Python tests
40+
set PYTHONFAULTHANDLER=1
4041
%PYTHON_CMD% -c "import pyarrow" || exit /B 1
4142
%PYTHON_CMD% -m pytest -r s --pyargs pyarrow || exit /B 1

ci/scripts/python_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ export PYARROW_TEST_PARQUET_ENCRYPTION
6969
export PYARROW_TEST_S3
7070

7171
# Testing PyArrow
72+
export PYTHONFAULTHANDLER=1
7273
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow

0 commit comments

Comments
 (0)