raulcd commented on PR #48895: URL: https://github.com/apache/arrow/pull/48895#issuecomment-3771927087
> Did you check that it averted the crashes by turning them into proper errors? Yes, I did locally but I've pushed a job without the nodejs bump so we can see it there. Pytest finishes running all tests, it doesn't crash anymore but tests fail as expected: https://github.com/ursacomputing/crossbow/actions/runs/21166071337/job/60871016940#step:6:6596 ```python opt/conda/envs/arrow/lib/python3.13/site-packages/pyarrow/tests/test_fs.py:329: in azurefs fs.create_dir(container) pyarrow/_fs.pyx:638: in pyarrow._fs.FileSystem.create_dir ??? _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E OSError: Failed to create a container: pyarrow-filesystem: http://127.0.0.1:35357/devstoreaccount1/pyarrow-filesystem Azure Error: [] Fail to get a new connection for: http://127.0.0.1:35357. Could not connect to server ``` -- 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]
