You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/03/23 14:32:00 UTC

[jira] [Created] (ARROW-16012) [C++] S3 filesystem tests on unfinished Minio server initialization

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)