Chris Nauroth created HDFS-5858: ----------------------------------- Summary: Refactor common ACL test cases to be run through multiple FileSystem implementations. Key: HDFS-5858 URL: https://issues.apache.org/jira/browse/HDFS-5858 Project: Hadoop HDFS Issue Type: Test Components: namenode, test, webhdfs Affects Versions: HDFS ACLs (HDFS-4685) Reporter: Chris Nauroth Assignee: Chris Nauroth Priority: Minor
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. -- This message was sent by Atlassian JIRA (v6.1.5#6160)