[
https://issues.apache.org/jira/browse/ARROW-16722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545350#comment-17545350
]
Raúl Cumplido commented on ARROW-16722:
---------------------------------------
I think that these 4 failures for the latest nightly tests builds are related
to this issue:
- test-debian-11-python-3
[https://github.com/ursacomputing/crossbow/runs/6701775809]
- test-fedora-35-python-3
[https://github.com/ursacomputing/crossbow/runs/6701845453]
- test-ubuntu-20.04-python-3
[https://github.com/ursacomputing/crossbow/runs/6702169395]
- test-ubuntu-22.04-cpp
[https://github.com/ursacomputing/crossbow/runs/6701496177?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)