danepitkin commented on PR #37255:
URL: https://github.com/apache/arrow/pull/37255#issuecomment-1684375552

   There seems to be an intermittent failure reported:
   
   ```
   ==================================== ERRORS 
====================================
   ___ ERROR at setup of test_filesystem_pickling[builtin_pickle-S3FileSystem] 
____
   
   request = <SubRequest 's3fs' for <Function 
test_filesystem_pickling[builtin_pickle-S3FileSystem]>>
   s3_server = {'connection': ('localhost', 38507, 'arrow', 'apachearrow'), 
'process': <Popen: returncode: None args: ['minio', '--compat', 'server', 
'--quiet', '-...>, 'tempdir': '/tmp/tmpoas4aj3y'}
   
       @pytest.fixture
       def s3fs(request, s3_server):
           request.config.pyarrow.requires('s3')
           from pyarrow.fs import S3FileSystem
       
           host, port, access_key, secret_key = s3_server['connection']
           bucket = 'pyarrow-filesystem/'
       
           fs = S3FileSystem(
               access_key=access_key,
               secret_key=secret_key,
               endpoint_override='{}:{}'.format(host, port),
               scheme='http',
               allow_bucket_creation=True,
               allow_bucket_deletion=True
           )
   >       fs.create_dir(bucket)
   
   
opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/tests/test_fs.py:250: 
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ 
   pyarrow/_fs.pyx:603: in pyarrow._fs.FileSystem.create_dir
       ???
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ 
   
   >   ???
   E   OSError: When creating bucket 'pyarrow-filesystem': AWS Error UNKNOWN 
(HTTP status 503) during HeadBucket operation: No response body.
   ```


-- 
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]

Reply via email to