You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2020/11/11 13:51:00 UTC

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

Joris Van den Bossche created ARROW-10558:
---------------------------------------------

             Summary: [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


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)