Antoine Pitrou created ARROW-16722:
--------------------------------------
Summary: [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
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)