You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/08/06 02:48:44 UTC

[jira] Created: (HADOOP-3904) A few tests still using old hdfs package name

A few tests still using old hdfs package name
---------------------------------------------

                 Key: HADOOP-3904
                 URL: https://issues.apache.org/jira/browse/HADOOP-3904
             Project: Hadoop Core
          Issue Type: Bug
          Components: dfs, test
            Reporter: Tsz Wo (Nicholas), SZE
            Assignee: Tsz Wo (Nicholas), SZE


ClusterTestDFS, ClusterTestDFSNamespaceLogging, TestDistributedUpgrade are still using the old hdfs package name "org.apache.hadoop.dfs".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3904) A few tests still using old hdfs package name

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-3904:
-------------------------------------------

    Attachment: 3904_20080805.patch

3904_20080805.patch: updated the package name

> A few tests still using old hdfs package name
> ---------------------------------------------
>
>                 Key: HADOOP-3904
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3904
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: 3904_20080805.patch
>
>
> ClusterTestDFS, ClusterTestDFSNamespaceLogging, TestDistributedUpgrade are still using the old hdfs package name "org.apache.hadoop.dfs".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3904) A few tests still using old hdfs package name

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

Hudson commented on HADOOP-3904:
--------------------------------

Integrated in Hadoop-trunk #581 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/581/])

> A few tests still using old hdfs package name
> ---------------------------------------------
>
>                 Key: HADOOP-3904
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3904
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: 3904_20080805.patch
>
>
> ClusterTestDFS, ClusterTestDFSNamespaceLogging, TestDistributedUpgrade are still using the old hdfs package name "org.apache.hadoop.dfs".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3904) A few tests still using old hdfs package name

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-3904:
-------------------------------------------

    Status: Patch Available  (was: Open)

Everything works fine except the problem mentioned above.  I only tried to fix the package name here.  Submitting ...

> A few tests still using old hdfs package name
> ---------------------------------------------
>
>                 Key: HADOOP-3904
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3904
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 3904_20080805.patch
>
>
> ClusterTestDFS, ClusterTestDFSNamespaceLogging, TestDistributedUpgrade are still using the old hdfs package name "org.apache.hadoop.dfs".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3904) A few tests still using old hdfs package name

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

Konstantin Shvachko commented on HADOOP-3904:
---------------------------------------------

+1 this is a cleaner way of getting a LOG.
ClusterTest(s) should be reviewed and removed if they are redundant or renamed. In a separate issue.

> A few tests still using old hdfs package name
> ---------------------------------------------
>
>                 Key: HADOOP-3904
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3904
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 3904_20080805.patch
>
>
> ClusterTestDFS, ClusterTestDFSNamespaceLogging, TestDistributedUpgrade are still using the old hdfs package name "org.apache.hadoop.dfs".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3904) A few tests still using old hdfs package name

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

Hadoop QA commented on HADOOP-3904:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12387607/3904_20080805.patch
  against trunk revision 683392.

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

    +1 tests included.  The patch appears to include 9 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 warnings.

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

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3025/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3025/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3025/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3025/console

This message is automatically generated.

> A few tests still using old hdfs package name
> ---------------------------------------------
>
>                 Key: HADOOP-3904
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3904
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 3904_20080805.patch
>
>
> ClusterTestDFS, ClusterTestDFSNamespaceLogging, TestDistributedUpgrade are still using the old hdfs package name "org.apache.hadoop.dfs".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3904) A few tests still using old hdfs package name

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

Johan Oskarsson updated HADOOP-3904:
------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

Committed, thanks Tsz Wo!

> A few tests still using old hdfs package name
> ---------------------------------------------
>
>                 Key: HADOOP-3904
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3904
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: 3904_20080805.patch
>
>
> ClusterTestDFS, ClusterTestDFSNamespaceLogging, TestDistributedUpgrade are still using the old hdfs package name "org.apache.hadoop.dfs".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-3904) A few tests still using old hdfs package name

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620362#action_12620362 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-3904:
------------------------------------------------

ClusterTestDFSNamespaceLogging and ClusterTestDFS currently are not executed by "ant test" since their names do not begin with "Test".  So these two tests have not be run for a long time.

I ran these two tests manually.  Trunk passed ClusterTestDFSNamespaceLogging but failed on ClusterTestDFS.  I am not sure whether they are still valid tests.  I will create a new issue.

> A few tests still using old hdfs package name
> ---------------------------------------------
>
>                 Key: HADOOP-3904
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3904
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 3904_20080805.patch
>
>
> ClusterTestDFS, ClusterTestDFSNamespaceLogging, TestDistributedUpgrade are still using the old hdfs package name "org.apache.hadoop.dfs".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-3904) A few tests still using old hdfs package name

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-3904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-3904:
-------------------------------------------

    Priority: Minor  (was: Major)

> A few tests still using old hdfs package name
> ---------------------------------------------
>
>                 Key: HADOOP-3904
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3904
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, test
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>            Priority: Minor
>         Attachments: 3904_20080805.patch
>
>
> ClusterTestDFS, ClusterTestDFSNamespaceLogging, TestDistributedUpgrade are still using the old hdfs package name "org.apache.hadoop.dfs".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.