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 "Tom White (JIRA)" <ji...@apache.org> on 2009/12/17 01:48:18 UTC

[jira] Created: (HADOOP-6451) Contrib tests are not being run

Contrib tests are not being run
-------------------------------

                 Key: HADOOP-6451
                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
            Reporter: Tom White


The test target in src/contrib/build.xml references contrib modules that are no longer there post project split. This was discovered in HADOOP-6426.

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


[jira] Commented: (HADOOP-6451) Contrib tests are not being run

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

Hudson commented on HADOOP-6451:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #140 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/140/])
    . Fix build to run contrib unit tests. Contributed by Tom White


> Contrib tests are not being run
> -------------------------------
>
>                 Key: HADOOP-6451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6451.patch
>
>
> The test target in src/contrib/build.xml references contrib modules that are no longer there post project split. This was discovered in HADOOP-6426.

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


[jira] Updated: (HADOOP-6451) Contrib tests are not being run

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

Tom White updated HADOOP-6451:
------------------------------

    Attachment: HADOOP-6451.patch

When calling out to contrib targets using trunk the following message appears (e.g. for "ant clean-contrib"):

{code}
[subant] No sub-builds to iterate on
{code}

This seems to have been happening since HADOOP-5107 which added {{inheritall="true"}} to the subant call. I notice that {{inheritall="true"}} was only added to common's top-level build file, HDFS and MapReduce didn't have it added. Anyone know why?

Anyway, this patch removes {{inheritall="true"}} which causes the contrib targets to work again. I've also fixed the test contrib modules that are included since they mistakenly refer to HDFS and MapReduce modules (a vestige of the project split?).

> Contrib tests are not being run
> -------------------------------
>
>                 Key: HADOOP-6451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6451.patch
>
>
> The test target in src/contrib/build.xml references contrib modules that are no longer there post project split. This was discovered in HADOOP-6426.

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


[jira] Updated: (HADOOP-6451) Contrib tests are not being run

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

Tom White updated HADOOP-6451:
------------------------------

         Priority: Blocker  (was: Major)
    Fix Version/s: 0.22.0
                   0.21.0

This should go into 0.21.0 too since HADOOP-5107 went in there, so I'm changing it to be a blocker.

> Contrib tests are not being run
> -------------------------------
>
>                 Key: HADOOP-6451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6451.patch
>
>
> The test target in src/contrib/build.xml references contrib modules that are no longer there post project split. This was discovered in HADOOP-6426.

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


[jira] Assigned: (HADOOP-6451) Contrib tests are not being run

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

Tom White reassigned HADOOP-6451:
---------------------------------

    Assignee: Tom White

> Contrib tests are not being run
> -------------------------------
>
>                 Key: HADOOP-6451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6451.patch
>
>
> The test target in src/contrib/build.xml references contrib modules that are no longer there post project split. This was discovered in HADOOP-6426.

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


[jira] Commented: (HADOOP-6451) Contrib tests are not being run

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

Hadoop QA commented on HADOOP-6451:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12429230/HADOOP-6451.patch
  against trunk revision 894706.

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +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-h4.grid.sp2.yahoo.net/245/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/245/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/245/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/245/console

This message is automatically generated.

> Contrib tests are not being run
> -------------------------------
>
>                 Key: HADOOP-6451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6451.patch
>
>
> The test target in src/contrib/build.xml references contrib modules that are no longer there post project split. This was discovered in HADOOP-6426.

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


[jira] Updated: (HADOOP-6451) Contrib tests are not being run

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

Tom White updated HADOOP-6451:
------------------------------

    Status: Patch Available  (was: Open)

> Contrib tests are not being run
> -------------------------------
>
>                 Key: HADOOP-6451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6451.patch
>
>
> The test target in src/contrib/build.xml references contrib modules that are no longer there post project split. This was discovered in HADOOP-6426.

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


[jira] Updated: (HADOOP-6451) Contrib tests are not being run

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

Chris Douglas updated HADOOP-6451:
----------------------------------

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

Tested locally; +1

I committed this. Thanks, Tom!

> Contrib tests are not being run
> -------------------------------
>
>                 Key: HADOOP-6451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6451.patch
>
>
> The test target in src/contrib/build.xml references contrib modules that are no longer there post project split. This was discovered in HADOOP-6426.

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


[jira] Commented: (HADOOP-6451) Contrib tests are not being run

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

Hudson commented on HADOOP-6451:
--------------------------------

Integrated in Hadoop-Common-trunk #218 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/218/])
    . Fix build to run contrib unit tests. Contributed by Tom White


> Contrib tests are not being run
> -------------------------------
>
>                 Key: HADOOP-6451
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6451
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.21.0, 0.22.0
>
>         Attachments: HADOOP-6451.patch
>
>
> The test target in src/contrib/build.xml references contrib modules that are no longer there post project split. This was discovered in HADOOP-6426.

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