[
https://issues.apache.org/jira/browse/ARROW-16722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545351#comment-17545351
]
Antoine Pitrou commented on ARROW-16722:
----------------------------------------
Given that we regularly get errors on random Minio upgrades, perhaps we should
install a fixed Minio version for our tests, such as
"minio.RELEASE.2022-05-19T18-20-59Z".
See [https://dl.min.io/server/minio/release/linux-amd64/archive/] ,
[https://dl.min.io/server/minio/release/windows-amd64/archive/] , etc.
cc [~raulcd] [~kou] [~assignUser]
> [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)