Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.1, 3.0.0-alpha1
-
None
Description
The extended tests of HADOOP-9258 show that s3 is failing things which we always expected an FS to do
- getFileStatus("/") to return a FileStatus -currently it returns a FileNotFoundException.
- rename("somedir","somedir/childdir") to fail. currently it returns true after deleting all the data in somedir/
Attachments
Attachments
Issue Links
- Is contained by
-
HADOOP-9258 Add stricter tests to FileSystemContractTestBase
- Closed
- is related to
-
HADOOP-13518 backport HADOOP-9258 to branch-2
- Resolved