Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
-
Reviewed
Description
FileSystemContractBaseTest is supposed to be run with each concrete FileSystem implementation to insure adherence to the "contract" for FileSystem behavior. However, currently only HDFS and S3 do so. RawLocalFileSystem, at least, needs to be added.
Attachments
Attachments
Issue Links
- blocks
-
HADOOP-7352 FileSystem#listStatus should throw IOE upon access error
- Resolved
-
HDFS-303 Make contracts of LocalFileSystem and DistributedFileSystem consistent
- Resolved
- is blocked by
-
HADOOP-13073 RawLocalFileSystem does not react on changing umask
- Resolved
-
HADOOP-13082 RawLocalFileSystem does not fail when moving file to a non-existing directory
- Resolved
-
HADOOP-13092 RawLocalFileSystem is not case sensitive
- Resolved
- is related to
-
HADOOP-9361 Strictly define the expected behavior of filesystem APIs and write tests to verify compliance
- Closed