[ 
https://issues.apache.org/jira/browse/HADOOP-8958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489299#comment-13489299
 ] 

Chris Nauroth commented on HADOOP-8958:
---------------------------------------

The problem was that the logic for getting a testing mount point was needed by 
2 different setup classes: ViewFileSystemTestSetup and ViewFsTestSetup.  If we 
put it in ViewFsTestSetup, then ViewFileSystemTestSetup wouldn't have access to 
it, unless we allow a call from one of those setup classes to the other.  
Rather than directly couple those 2 classes, I set up a base class for the 2 of 
them to share this method.

If you prefer to see this changed, let me know, and I'll create a new patch.

                
> ViewFs:Non absolute mount name failures when running multiple tests on Windows
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-8958
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8958
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: viewfs
>    Affects Versions: 3.0.0, trunk-win
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: HADOOP-8958.patch
>
>
> This appears to be an issue with parsing a Windows-specific path.

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