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

Andrew Wang updated HADOOP-9355:
--------------------------------

    Attachment: hadoop-9355-wip.patch

WIP patch. Added a new interface that is implemented by either FileContext or 
FileSystem. Copy-pasted refactored versions of the symlink tests to use this 
interface instead. The FileSystem tests just fail right now because symlinks 
aren't implemented yet, but this gives you a flavor for how it'll look.
                
> Abstract symlink tests to use either FileContext or FileSystem
> --------------------------------------------------------------
>
>                 Key: HADOOP-9355
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9355
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs
>            Reporter: Andrew Wang
>         Attachments: hadoop-9355-wip.patch
>
>
> We'd like to run the symlink tests using both FileContext and the upcoming 
> FileSystem implementation. The first step here is abstracting the test logic 
> to run on an abstract filesystem implementation.

--
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