kou commented on issue #46832:
URL: https://github.com/apache/arrow/issues/46832#issuecomment-2983065089
We don't have any crashed CI build for now because #45306 added a change
that skips the test.
We need to re-enable the test to show the crash:
```diff
diff --git a/python/pyarrow/tests/test_fs.py
b/python/pyarrow/tests/test_fs.py
index e90613a662..2838372bd1 100644
--- a/python/pyarrow/tests/test_fs.py
+++ b/python/pyarrow/tests/test_fs.py
@@ -2043,8 +2043,6 @@ def test_concurrent_s3fs_init():
@pytest.mark.s3
[email protected](reason="atexit(ensure_s3_finalized) will be called too
late "
- "with bundled aws-sdk-cpp 1.11.587")
@pytest.mark.skipif(running_on_musllinux(), reason="Leaking
S3ClientFinalizer causes "
"segfault on musl based
systems")
def test_uwsgi_integration():
```
--
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]