[ 
https://issues.apache.org/jira/browse/HDFS-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Chu updated HDFS-4237:
------------------------------

    Attachment: HDFS-4237.patch.007

Thank you for the review, Andy. I've uploaded a new patch. In it...

I've removed the tab characters.

I used "200 * 1024 * 1024" instead of the bitshift.

I converted FileSystemContractBaseTest (and the classes that extend it) to 
JUnit4. Previously, it was written in Junit3 style (extends TestCase), but 
Junit3 TestCase and Junit4 Assume are incompatible, e.g. HDFS-3966.

How does me adding a section on running/developing secure unit tests in the 
Developer Documentation in http://wiki.apache.org/hadoop/ sound? Is there a 
better place for documentation?
                
> Add unit tests for HTTP-based filesystems against secure MiniDFSCluster
> -----------------------------------------------------------------------
>
>                 Key: HDFS-4237
>                 URL: https://issues.apache.org/jira/browse/HDFS-4237
>             Project: Hadoop HDFS
>          Issue Type: Test
>          Components: security, test, webhdfs
>    Affects Versions: 2.0.0-alpha
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>         Attachments: HDFS-4237.patch.001, HDFS-4237.patch.007
>
>
> Now that we can start a secure MiniDFSCluster (HADOOP-9004), we need more 
> security unit tests.
> A good area to add secure tests is the HTTP-based filesystems (WebHDFS, 
> HttpFs).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to