You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Eli Collins (JIRA)" <ji...@apache.org> on 2011/08/08 05:57:27 UTC

[jira] [Created] (HADOOP-7526) Add TestPath tests for URI conversion and reserved characters

Add TestPath tests for URI conversion and reserved characters  
---------------------------------------------------------------

                 Key: HADOOP-7526
                 URL: https://issues.apache.org/jira/browse/HADOOP-7526
             Project: Hadoop Common
          Issue Type: Test
          Components: fs
    Affects Versions: 0.23.0
            Reporter: Eli Collins
            Assignee: Eli Collins
            Priority: Minor
             Fix For: 0.23.0
         Attachments: hadoop-7526-1.patch

TestPath needs tests that cover URI conversion (eg places where Paths and URIs differ) and handling of URI reserved characters in paths. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7526) Add TestPath tests for URI conversion and reserved characters

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083797#comment-13083797 ] 

Hudson commented on HADOOP-7526:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #733 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/733/])
    HADOOP-7526. Add TestPath tests for URI conversion and reserved characters. Contributed by Eli Collins

eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1156857
Files : 
* /hadoop/common/trunk/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common/src/test/java/org/apache/hadoop/fs/TestPath.java


> Add TestPath tests for URI conversion and reserved characters  
> ---------------------------------------------------------------
>
>                 Key: HADOOP-7526
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7526
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7526-1.patch
>
>
> TestPath needs tests that cover URI conversion (eg places where Paths and URIs differ) and handling of URI reserved characters in paths. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7526) Add TestPath tests for URI conversion and reserved characters

Posted by "Eli Collins (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083779#comment-13083779 ] 

Eli Collins commented on HADOOP-7526:
-------------------------------------

test-patch results..
{noformat}
+1 overall.  

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 system test framework.  The patch passed system test framework compile.
{noformat}

> Add TestPath tests for URI conversion and reserved characters  
> ---------------------------------------------------------------
>
>                 Key: HADOOP-7526
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7526
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7526-1.patch
>
>
> TestPath needs tests that cover URI conversion (eg places where Paths and URIs differ) and handling of URI reserved characters in paths. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7526) Add TestPath tests for URI conversion and reserved characters

Posted by "Aaron T. Myers (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13083781#comment-13083781 ] 

Aaron T. Myers commented on HADOOP-7526:
----------------------------------------

+1, patch looks good to me.

> Add TestPath tests for URI conversion and reserved characters  
> ---------------------------------------------------------------
>
>                 Key: HADOOP-7526
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7526
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7526-1.patch
>
>
> TestPath needs tests that cover URI conversion (eg places where Paths and URIs differ) and handling of URI reserved characters in paths. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7526) Add TestPath tests for URI conversion and reserved characters

Posted by "Eli Collins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins updated HADOOP-7526:
--------------------------------

    Attachment: hadoop-7526-1.patch

Patch attached.

> Add TestPath tests for URI conversion and reserved characters  
> ---------------------------------------------------------------
>
>                 Key: HADOOP-7526
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7526
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7526-1.patch
>
>
> TestPath needs tests that cover URI conversion (eg places where Paths and URIs differ) and handling of URI reserved characters in paths. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7526) Add TestPath tests for URI conversion and reserved characters

Posted by "Aaron T. Myers (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron T. Myers updated HADOOP-7526:
-----------------------------------

    Status: Patch Available  (was: Open)

> Add TestPath tests for URI conversion and reserved characters  
> ---------------------------------------------------------------
>
>                 Key: HADOOP-7526
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7526
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7526-1.patch
>
>
> TestPath needs tests that cover URI conversion (eg places where Paths and URIs differ) and handling of URI reserved characters in paths. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7526) Add TestPath tests for URI conversion and reserved characters

Posted by "Eli Collins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eli Collins updated HADOOP-7526:
--------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Thanks atm! I've committed this.

> Add TestPath tests for URI conversion and reserved characters  
> ---------------------------------------------------------------
>
>                 Key: HADOOP-7526
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7526
>             Project: Hadoop Common
>          Issue Type: Test
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: Eli Collins
>            Assignee: Eli Collins
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7526-1.patch
>
>
> TestPath needs tests that cover URI conversion (eg places where Paths and URIs differ) and handling of URI reserved characters in paths. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira