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-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org