Alessandro Molina created ARROW-12610:
-----------------------------------------
Summary: [C++] TestS3FSGeneric TestDeleteDir and
TestDeleteDirContents are flaky on windows
Key: ARROW-12610
URL: https://issues.apache.org/jira/browse/ARROW-12610
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Alessandro Molina
{{TestS3FSGeneric.TestDeleteDir}} and {{TestS3FSGeneric.TestDeleteDirContents}}
seem to frequently fail on windows. Probably due to a flaky behaviour of Minio
or in generaly file system APIs under windows.
See
*
[https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/38949620/job/u70y287m198p2kq6#L2267]
*
[https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/38942788/job/tli5m3oklvb3c5b1#L2267]
*
[https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/38935860/job/0kp6a625pu4a3420#L2267]
*
[https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/38934402/job/j1qkeam34llk7tk3#L2263]
* ...
As we already have in place a {{have_flaky_directory_tree_deletion}} flag to
signal to skip some tests (or part of them) related to directory deletion under
windows, it seems we could leverage the same strategy to skip those two tests
too on Windows
--
This message was sent by Atlassian Jira
(v8.3.4#803005)