Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
HDFS ACLs (HDFS-4685)
-
None
-
Reviewed
Description
HDFS-5608 implemented WebHDFS bindings for the new ACL APIs. As part of that patch, the test cases implemented in TestNameNodeAcl were duplicated to be run through WebHdfsFileSystem. Instead of duplicating, we can refactor so that the test cases are defined in a shared base class, and individual test suite subclasses initialize a different FileSystem implementation for those test cases to use.