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 "Guillermo Cabrera (JIRA)" <ji...@apache.org> on 2010/11/11 00:32:17 UTC

[jira] Created: (HADOOP-7026) Adding new target to build.xml to run tests without compiling

Adding new target to build.xml to run tests without compiling
-------------------------------------------------------------

                 Key: HADOOP-7026
                 URL: https://issues.apache.org/jira/browse/HADOOP-7026
             Project: Hadoop Common
          Issue Type: New Feature
          Components: build, test
    Affects Versions: 0.21.0
         Environment: SLE v. 11, Apache Harmony 6
            Reporter: Guillermo Cabrera
            Priority: Trivial
             Fix For: 0.21.0


While testing Apache Harmony Select (lightweight version of Harmony) with Hadoop Common we had to first build with Harmony and then test using Harmony Select using the test-core target. This was done in an effort to investigate any issues with Harmony Select in running common. However, the test-core target also compiles the classes which we are unable to do with Harmony Select. A new target is proposed that only runs the tests without compiling them.

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


[jira] Commented: (HADOOP-7026) Adding new target to build.xml to run tests without compiling

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

Konstantin Boudnik commented on HADOOP-7026:
--------------------------------------------

As this target seems to be serving purposes kinda unrelated to the component in question I'd suggest to, at least, remove its description to hide it from top-level targets' list.

> Adding new target to build.xml to run tests without compiling
> -------------------------------------------------------------
>
>                 Key: HADOOP-7026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7026
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: build, test
>    Affects Versions: 0.21.0
>         Environment: SLE v. 11, Apache Harmony 6
>            Reporter: Guillermo Cabrera
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-7026.patch
>
>
> While testing Apache Harmony Select (lightweight version of Harmony) with Hadoop Common we had to first build with Harmony and then test using Harmony Select using the test-core target. This was done in an effort to investigate any issues with Harmony Select in running common. However, the test-core target also compiles the classes which we are unable to do with Harmony Select. A new target is proposed that only runs the tests without compiling them.

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


[jira] Updated: (HADOOP-7026) Adding new target to build.xml to run tests without compiling

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

Guillermo Cabrera updated HADOOP-7026:
--------------------------------------

    Description:     (was: While testing Apache Harmony Select (lightweight version of Harmony) with Hadoop Common we had to first build with Harmony and then test using Harmony Select using the test-core target. This was done in an effort to investigate any issues with Harmony Select in running common. However, the test-core target also compiles the classes which we are unable to do with Harmony Select. A new target is proposed that only runs the tests without compiling them.)

> Adding new target to build.xml to run tests without compiling
> -------------------------------------------------------------
>
>                 Key: HADOOP-7026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7026
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: build, test
>    Affects Versions: 0.21.0
>         Environment: SLE v. 11, Apache Harmony 6
>            Reporter: Guillermo Cabrera
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-7026.patch
>
>


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


[jira] Updated: (HADOOP-7026) Adding new target to build.xml to run tests without compiling

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

Guillermo Cabrera updated HADOOP-7026:
--------------------------------------

    Attachment: HADOOP-7026.patch

Adds a new target that only runs and does not compile tests. Makes assumption that common has already been built using a separate JDK

> Adding new target to build.xml to run tests without compiling
> -------------------------------------------------------------
>
>                 Key: HADOOP-7026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7026
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: build, test
>    Affects Versions: 0.21.0
>         Environment: SLE v. 11, Apache Harmony 6
>            Reporter: Guillermo Cabrera
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-7026.patch
>
>
> While testing Apache Harmony Select (lightweight version of Harmony) with Hadoop Common we had to first build with Harmony and then test using Harmony Select using the test-core target. This was done in an effort to investigate any issues with Harmony Select in running common. However, the test-core target also compiles the classes which we are unable to do with Harmony Select. A new target is proposed that only runs the tests without compiling them.

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


[jira] Commented: (HADOOP-7026) Adding new target to build.xml to run tests without compiling

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

Guillermo Cabrera commented on HADOOP-7026:
-------------------------------------------

Thanks for the feedback Konstantin, do you know if this policy (lack of description on target hiding it from top-level targets) is the same across all other Hadoop projects.

> Adding new target to build.xml to run tests without compiling
> -------------------------------------------------------------
>
>                 Key: HADOOP-7026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7026
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: build, test
>    Affects Versions: 0.21.0
>         Environment: SLE v. 11, Apache Harmony 6
>            Reporter: Guillermo Cabrera
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-7026.patch
>
>
> While testing Apache Harmony Select (lightweight version of Harmony) with Hadoop Common we had to first build with Harmony and then test using Harmony Select using the test-core target. This was done in an effort to investigate any issues with Harmony Select in running common. However, the test-core target also compiles the classes which we are unable to do with Harmony Select. A new target is proposed that only runs the tests without compiling them.

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


[jira] Commented: (HADOOP-7026) Adding new target to build.xml to run tests without compiling

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

Konstantin Boudnik commented on HADOOP-7026:
--------------------------------------------

I'm not sure if there's any special policy of the sort. But it seems to be reasonable to 'hide' such targets away. I think I have left another feedback in other JIRA about having a target to run tests from a test jar. Would it be reasonable to have instead of the proposed change?

> Adding new target to build.xml to run tests without compiling
> -------------------------------------------------------------
>
>                 Key: HADOOP-7026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7026
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: build, test
>    Affects Versions: 0.21.0
>         Environment: SLE v. 11, Apache Harmony 6
>            Reporter: Guillermo Cabrera
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-7026.patch
>
>
> While testing Apache Harmony Select (lightweight version of Harmony) with Hadoop Common we had to first build with Harmony and then test using Harmony Select using the test-core target. This was done in an effort to investigate any issues with Harmony Select in running common. However, the test-core target also compiles the classes which we are unable to do with Harmony Select. A new target is proposed that only runs the tests without compiling them.

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


[jira] Updated: (HADOOP-7026) Adding new target to build.xml to run tests without compiling

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

Guillermo Cabrera updated HADOOP-7026:
--------------------------------------

    Description: While testing Apache Harmony Select (lightweight version of Harmony) with Hadoop Common we had to first build with Harmony and then test using Harmony Select using the test-core target. This was done in an effort to investigate any issues with Harmony Select in running common. However, the test-core target also compiles the classes which we are unable to do with Harmony Select. A new target is proposed that only runs the tests without compiling them.

> Adding new target to build.xml to run tests without compiling
> -------------------------------------------------------------
>
>                 Key: HADOOP-7026
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7026
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: build, test
>    Affects Versions: 0.21.0
>         Environment: SLE v. 11, Apache Harmony 6
>            Reporter: Guillermo Cabrera
>            Priority: Trivial
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-7026.patch
>
>
> While testing Apache Harmony Select (lightweight version of Harmony) with Hadoop Common we had to first build with Harmony and then test using Harmony Select using the test-core target. This was done in an effort to investigate any issues with Harmony Select in running common. However, the test-core target also compiles the classes which we are unable to do with Harmony Select. A new target is proposed that only runs the tests without compiling them.

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