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

[jira] [Resolved] (ARROW-15113) [C++] GcsFileSystem reduce test sizes

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

Antoine Pitrou resolved ARROW-15113.
------------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

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

> [C++] GcsFileSystem reduce test sizes
> -------------------------------------
>
>                 Key: ARROW-15113
>                 URL: https://issues.apache.org/jira/browse/ARROW-15113
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Carlos O'Ryan
>            Assignee: Carlos O'Ryan
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The integration tests create several directories with a few hundred files.  This was motivated by the original implementation of `DeleteDir` and `DeleteDirContents` which used the own thread pools to delete the objects.  I wanted to exercise the flow control code in those thread pools.
> During the review [~apitrou] proposed a much better design, which does not need explicit flow control, and therefore does not need these large directories.  Reducing the size of these directories would reduce the running time to a few seconds.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)