Skip to content

Commit 7b2061e

Browse files
committed
Try debugging s3 test failure
1 parent 2b331bd commit 7b2061e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/scripts/python_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ BUILD_TYPE=${BUILD_TYPE,,} # Meson requires lowercase values
140140

141141
${PYTHON:-python} -m pip install --no-deps --no-build-isolation -vv . \
142142
-Csetup-args="-Dbuildtype=${BUILD_TYPE}" \
143+
-Csetup-args="-Db_sanitize=address,undefined" \
143144
-Csetup-args="-Dacero=${PYARROW_WITH_ACERO}" \
144145
-Csetup-args="-Dazure=${PYARROW_WITH_AZURE}" \
145146
-Csetup-args="-Dcuda=${PYARROW_WITH_CUDA}" \

ci/scripts/python_test.sh

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

7171
# Testing PyArrow
72-
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow
72+
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow -k test_s3_options

0 commit comments

Comments
 (0)