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/06/02 08:42:00 UTC

[jira] [Commented] (ARROW-16722) [C++][CI] AppVeyor failures on s3fs-test

    [ https://issues.apache.org/jira/browse/ARROW-16722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545347#comment-17545347 ] 

Antoine Pitrou commented on ARROW-16722:
----------------------------------------

There are similar errors on MinGW:
https://github.com/apache/arrow/runs/6704811930?check_suite_focus=true


> [C++][CI] AppVeyor failures on s3fs-test
> ----------------------------------------
>
>                 Key: ARROW-16722
>                 URL: https://issues.apache.org/jira/browse/ARROW-16722
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Continuous Integration
>            Reporter: Antoine Pitrou
>            Priority: Critical
>             Fix For: 9.0.0
>
>
> Those are probably due to a new Minio version:
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/43735193/job/0f1ocw3wqr6sb0vx
> {code}
> [ RUN      ] TestS3FSGeneric.CreateDir
> C:/projects/arrow/cpp/src/arrow/filesystem/test_util.cc(238): error: Failed
> Expected 'fs->CreateDir("AB/def/EF/GH", true )' to fail with IOError, but got OK
> [       OK ] TestS3FSGeneric.CreateDir (2208 ms)
> {code}
> {code}
> [ RUN      ] TestS3FS.DeleteDirContentsAsync
> C:/projects/arrow/cpp/src/arrow/filesystem/s3fs_test.cc(889): error: Failed
> Expected '_fut.status()' to fail with IOError, but got OK
> [  FAILED  ] TestS3FS.DeleteDirContentsAsync (837 ms)
> {code}
> (note also the flurry of errors when trying to delete the Minio temp directory at test shutdown...)



--
This message was sent by Atlassian Jira
(v8.20.7#820007)