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/09 23:21:18 UTC

[jira] Created: (HADOOP-6426) Create ant build for running EC2 unit tests

Create ant build for running EC2 unit tests
-------------------------------------------

                 Key: HADOOP-6426
                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
             Project: Hadoop Common
          Issue Type: Improvement
          Components: contrib/ec2
            Reporter: Tom White
            Assignee: Tom White


There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Attachment: HADOOP-6426.patch

Modified patch to change src/contrib/build.xml. This file was incorrectly referencing some projects that have been moved to MapReduce as a part of the project split, and hence Common contrib tests were not being run. I have excluded HOD since it needs more work to get it to run tests - I'll open a separate JIRA for that.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Open  (was: Patch Available)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Commented: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Hudson commented on HADOOP-6426:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #119 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk-Commit/119/])
    . Create ant build for running EC2 unit tests.


> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Patch Available  (was: Open)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Attachment: HADOOP-6426.patch

Here's a patch which introduces a build.xml file to run unit tests using PyAnt (based on the code in Avro which does a similar thing).

I have changed the module that the tests are in to be different from the code it is testing (hadoop.cloud), since Python does not permit a module to be split between two directory trees. I also changed the directory structure slightly, so the python tests are in 'test/py', not 'test'.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Patch Available  (was: Open)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Commented: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Hadoop QA commented on HADOOP-6426:
-----------------------------------

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

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

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

    -1 patch.  The patch command could not apply the patch.

Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/196/console

This message is automatically generated.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Patch Available  (was: Open)

Trying again with pyAntTasks jar now committed (it's not in any Maven repos).

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Patch Available  (was: Open)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Open  (was: Patch Available)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Commented: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Hadoop QA commented on HADOOP-6426:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12427528/HADOOP-6426.patch
  against trunk revision 888998.

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

    +1 tests included.  The patch appears to include 24 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-h4.grid.sp2.yahoo.net/183/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/183/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/183/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch-h4.grid.sp2.yahoo.net/183/console

This message is automatically generated.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Open  (was: Patch Available)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Commented: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Hudson commented on HADOOP-6426:
--------------------------------

Integrated in Hadoop-Common-trunk #190 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Common-trunk/190/])
    . Create ant build for running EC2 unit tests.


> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Open  (was: Patch Available)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Commented: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Hadoop QA commented on HADOOP-6426:
-----------------------------------

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

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

    +1 tests included.  The patch appears to include 24 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 failed contrib unit tests.

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

This message is automatically generated.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Patch Available  (was: Open)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Patch Available  (was: Open)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Commented: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Hadoop QA commented on HADOOP-6426:
-----------------------------------

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

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

    +1 tests included.  The patch appears to include 24 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 failed contrib unit tests.

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

This message is automatically generated.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Status: Open  (was: Patch Available)

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

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

I've just committed the original version of this.

I've opened HADOOP-6451 to address the problem of contrib tests not being run.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Commented: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White commented on HADOOP-6426:
-----------------------------------

This is failing because Hudson doesn't have the necessary python dependencies installed (simplejson, boto). I would like to go with the original version of this patch and solve the Hudson build integration in another JIRA.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Attachment: HADOOP-6426.patch

Contrib tests failed because Hudson couldn't pick up the PyAnt task. New patch to alleviate this.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Commented: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Aaron Kimball commented on HADOOP-6426:
---------------------------------------

Changes look reasonable. Should this be added to the test target in {{src/contrib/build.xml}} too?


> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Commented: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Hadoop QA commented on HADOOP-6426:
-----------------------------------

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

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

    +1 tests included.  The patch appears to include 24 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 failed contrib unit tests.

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

This message is automatically generated.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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


[jira] Updated: (HADOOP-6426) Create ant build for running EC2 unit tests

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

Tom White updated HADOOP-6426:
------------------------------

    Attachment: HADOOP-6426.patch

Properly formatted patch.

> Create ant build for running EC2 unit tests
> -------------------------------------------
>
>                 Key: HADOOP-6426
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6426
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: contrib/ec2
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: HADOOP-6426.patch, HADOOP-6426.patch, HADOOP-6426.patch
>
>
> There is no easy way currently to run the Python unit tests for the cloud contrib.

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