You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/05/05 12:02:00 UTC

[jira] [Resolved] (ARROW-12610) [C++] Skip TestS3FSGeneric TestDeleteDir and TestDeleteDirContents on windows as they are flaky

     [ https://issues.apache.org/jira/browse/ARROW-12610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou resolved ARROW-12610.
----------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

Issue resolved by pull request 10208
[https://github.com/apache/arrow/pull/10208]

> [C++] Skip TestS3FSGeneric TestDeleteDir and TestDeleteDirContents on windows as they are flaky
> -----------------------------------------------------------------------------------------------
>
>                 Key: ARROW-12610
>                 URL: https://issues.apache.org/jira/browse/ARROW-12610
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Alessandro Molina
>            Assignee: Alessandro Molina
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> {{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)