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

Colin Patrick McCabe updated HDFS-3634:
---------------------------------------

    Attachment: HDFS-3634.004.patch

* fix a few style issues

* use getmntent rather than reading from /proc/mounts directly.  This also 
means we don't need the code to parse octal escapes.

* don't call recursiveDeleteContents on mount point before mounting: instead, 
give the -ononempty option to FUSE.

* sleepNoSig: sleep the full period even in the presence of signals
                
> Add self-contained, mavenized fuse_dfs test
> -------------------------------------------
>
>                 Key: HDFS-3634
>                 URL: https://issues.apache.org/jira/browse/HDFS-3634
>             Project: Hadoop HDFS
>          Issue Type: Test
>          Components: fuse-dfs
>    Affects Versions: 2.1.0-alpha
>            Reporter: Colin Patrick McCabe
>            Assignee: Colin Patrick McCabe
>            Priority: Minor
>         Attachments: HDFS-3634.002.patch, HDFS-3634.003.patch, 
> HDFS-3634.004.patch
>
>
> We should have a self-contained, mavenized FUSE unit test which runs as part 
> of the normal build and can detect problems.  Of course, because FUSE is an 
> optional build component, the unit test won't run unless the user has FUSE 
> installed.  However, it would be very useful in improving the quality of 
> fuse_dfs and detecting regressions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to