When running pytest with pyarrow 4.0.0 on a Windows 10 VM, I noticed that the test_s3_proxy_options test takes an extraordinarily long time to finish. This is mostly because each call to S3FileSystem with proxy_options takes about a minute to finish.
David Li / @lidavidm:
FWIW, I think this might be the same as ARROW-12810 - so it may be faster now. (test_s3_proxy_options IIRC stood out to me as a very slow test in that PR as well, but setting the env var described there fixed that.)
When running
pytest
with pyarrow 4.0.0 on a Windows 10 VM, I noticed that thetest_s3_proxy_options
test takes an extraordinarily long time to finish. This is mostly because each call toS3FileSystem
withproxy_options
takes about a minute to finish.FYI @sahil1105
Reporter: Ian Cook / @ianmcook
Note: This issue was originally created as ARROW-12557. Please see the migration documentation for further details.