Antoine Pitrou created ARROW-16012:
--------------------------------------
Summary: [C++] S3 filesystem tests on unfinished Minio server
initialization
Key: ARROW-16012
URL: https://issues.apache.org/jira/browse/ARROW-16012
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Antoine Pitrou
Assignee: Antoine Pitrou
Such failures occur occasionally on CI, they are a trivial candidate for
automatic retry:
{code}
[ RUN ] TestS3FS.CopyFile
/arrow/cpp/src/arrow/filesystem/s3fs_test.cc:894: Failure
Failed
'fs_->CopyFile("bucket/somefile", "bucket/newfile")' failed with IOError: When
copying key 'somefile' in bucket 'bucket' to key 'newfile' in bucket 'bucket':
AWS Error [code 100]: Unable to parse ExceptionName: XMinioServerNotInitialized
Message: Server not initialized, please try again.
[ FAILED ] TestS3FS.CopyFile (800 ms)
{code}
(example at
https://github.com/ursacomputing/crossbow/runs/5654234285?check_suite_focus=true#step:5:2810)
--
This message was sent by Atlassian Jira
(v8.20.1#820001)