You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2016/06/14 15:12:01 UTC

[jira] [Created] (HADOOP-13271) Intermittent failure of TestS3AContractRootDir.testListEmptyRootDirectory

Steve Loughran created HADOOP-13271:
---------------------------------------

             Summary: Intermittent failure of TestS3AContractRootDir.testListEmptyRootDirectory
                 Key: HADOOP-13271
                 URL: https://issues.apache.org/jira/browse/HADOOP-13271
             Project: Hadoop Common
          Issue Type: Sub-task
          Components: fs/s3, test
    Affects Versions: 2.8.0
            Reporter: Steve Loughran
            Priority: Minor


I'm seeing an intermittent failure of {{TestS3AContractRootDir.testListEmptyRootDirectory}}

The sequence of : deleteFiles(listStatus(Path("/)")) is failing because the file to delete is root ...yet the code is passing in the children of /, not / itself.

hypothesis: when you call listStatus on an empty root dir, you get a file entry back that says isFile, not isDirectory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org