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/24 10:52:00 UTC

[jira] [Created] (ARROW-16019) [C++] Sporadic Minio connect error in S3 tests

Antoine Pitrou created ARROW-16019:
--------------------------------------

             Summary: [C++] Sporadic Minio connect error in S3 tests
                 Key: ARROW-16019
                 URL: https://issues.apache.org/jira/browse/ARROW-16019
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Antoine Pitrou


We could retry since this is likely to just be a transient error:
{code}
[ RUN      ] TestS3FSGeneric.DeleteDir
/arrow/cpp/src/arrow/filesystem/s3fs_test.cc:1178: Failure
Failed
'OutcomeToStatus(client_->CreateBucket(req))' failed with IOError: AWS Error [code 99]: curlCode: 7, Couldn't connect to server
[  FAILED  ] TestS3FSGeneric.DeleteDir (6084 ms)
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)