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 2020/11/12 18:14:00 UTC

[jira] [Resolved] (ARROW-10558) [Python] Filesystem S3 tests not independent (native s3 influences s3fs)

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

Antoine Pitrou resolved ARROW-10558.
------------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> [Python] Filesystem S3 tests not independent (native s3 influences s3fs)
> ------------------------------------------------------------------------
>
>                 Key: ARROW-10558
>                 URL: https://issues.apache.org/jira/browse/ARROW-10558
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Joris Van den Bossche
>            Assignee: Joris Van den Bossche
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The filesystem tests in {{test_fs.py}} that are parametrized with all the tested filesystems have some "state" shared between them, at least in the case of S3. 
> When first a test is run with our own S3FileSystem, which eg creates a directory, this directory is still present when we test the s3fs wrapped filesystem, which causes some tests to pass that would otherwise fail if run in isolation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)