Description
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.
Attachments
Issue Links
- depends upon
-
HADOOP-14851 LambdaTestUtils.eventually() doesn't spin on Assertion failures
-
- Resolved
-
-
HADOOP-14531 [Umbrella] Improve S3A error handling & reporting
-
- Resolved
-
- is duplicated by
-
HADOOP-14605 transient list consistency failure in ITestS3AContractRootDir
-
- Resolved
-