You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Vinay Kumar Thota (JIRA)" <ji...@apache.org> on 2010/08/18 12:09:16 UTC

[jira] Created: (MAPREDUCE-2019) Add targets for gridmix unit and system tests in a gridmix build xml file.

Add  targets for gridmix unit and system tests in a gridmix build xml file.
---------------------------------------------------------------------------

                 Key: MAPREDUCE-2019
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2019
             Project: Hadoop Map/Reduce
          Issue Type: Task
          Components: contrib/gridmix
            Reporter: Vinay Kumar Thota
            Assignee: Vinay Kumar Thota


Add the targets for both unit and system tests in gridmix build xml (src/contrib/gridmix/build.xml). The target name for system tests would be 'test-system' and same way the target name for unit tests would be 'test'.

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


[jira] Updated: (MAPREDUCE-2019) Add targets for gridmix unit and system tests in a gridmix build xml file.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay Kumar Thota updated MAPREDUCE-2019:
-----------------------------------------

    Attachment: MAPREDUCE-2019.patch

Initial patch.

> Add  targets for gridmix unit and system tests in a gridmix build xml file.
> ---------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2019
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2019
>             Project: Hadoop Map/Reduce
>          Issue Type: Task
>          Components: contrib/gridmix
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: MAPREDUCE-2019.patch
>
>
> Add the targets for both unit and system tests in gridmix build xml (src/contrib/gridmix/build.xml). The target name for system tests would be 'test-system' and same way the target name for unit tests would be 'test'.

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


[jira] Commented: (MAPREDUCE-2019) Add targets for gridmix unit and system tests in a gridmix build xml file.

Posted by "Ranjit Mathew (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904123#action_12904123 ] 

Ranjit Mathew commented on MAPREDUCE-2019:
------------------------------------------

+1

Thanks for making the changes and for clarifying matters.

> Add  targets for gridmix unit and system tests in a gridmix build xml file.
> ---------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2019
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2019
>             Project: Hadoop Map/Reduce
>          Issue Type: Task
>          Components: contrib/gridmix
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: MAPREDUCE-2019.patch, MAPREDUCE-2019.patch
>
>
> Add the targets for both unit and system tests in gridmix build xml (src/contrib/gridmix/build.xml). The target name for system tests would be 'test-system' and same way the target name for unit tests would be 'test'.

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


[jira] Commented: (MAPREDUCE-2019) Add targets for gridmix unit and system tests in a gridmix build xml file.

Posted by "Ranjit Mathew (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903243#action_12903243 ] 

Ranjit Mathew commented on MAPREDUCE-2019:
------------------------------------------

I would personally prefer that lines like these:

   <antcall target="hadoopbuildcontrib.test">
   </antcall>

be collapsed into:

   <antcall target="hadoopbuildcontrib.test" />

BTW, doesn't this cause *all* unit and system tests to be run instead of only those
for GridMix3? (Maybe that *is* the intent, I'm just trying to clarify here.)

> Add  targets for gridmix unit and system tests in a gridmix build xml file.
> ---------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2019
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2019
>             Project: Hadoop Map/Reduce
>          Issue Type: Task
>          Components: contrib/gridmix
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: MAPREDUCE-2019.patch
>
>
> Add the targets for both unit and system tests in gridmix build xml (src/contrib/gridmix/build.xml). The target name for system tests would be 'test-system' and same way the target name for unit tests would be 'test'.

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


[jira] Updated: (MAPREDUCE-2019) Add targets for gridmix unit and system tests in a gridmix build xml file.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay Kumar Thota updated MAPREDUCE-2019:
-----------------------------------------

    Attachment:     (was: MAPREDUCE-2019.patch)

> Add  targets for gridmix unit and system tests in a gridmix build xml file.
> ---------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2019
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2019
>             Project: Hadoop Map/Reduce
>          Issue Type: Task
>          Components: contrib/gridmix
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: MAPREDUCE-2019.patch
>
>
> Add the targets for both unit and system tests in gridmix build xml (src/contrib/gridmix/build.xml). The target name for system tests would be 'test-system' and same way the target name for unit tests would be 'test'.

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


[jira] Updated: (MAPREDUCE-2019) Add targets for gridmix unit and system tests in a gridmix build xml file.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay Kumar Thota updated MAPREDUCE-2019:
-----------------------------------------

    Attachment: MAPREDUCE-2019.patch

> Add  targets for gridmix unit and system tests in a gridmix build xml file.
> ---------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2019
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2019
>             Project: Hadoop Map/Reduce
>          Issue Type: Task
>          Components: contrib/gridmix
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: MAPREDUCE-2019.patch
>
>
> Add the targets for both unit and system tests in gridmix build xml (src/contrib/gridmix/build.xml). The target name for system tests would be 'test-system' and same way the target name for unit tests would be 'test'.

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


[jira] Updated: (MAPREDUCE-2019) Add targets for gridmix unit and system tests in a gridmix build xml file.

Posted by "Vinay Kumar Thota (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinay Kumar Thota updated MAPREDUCE-2019:
-----------------------------------------

    Attachment: MAPREDUCE-2019.patch

Addressed Ranjit comments. It would run only either unit or system tests of gridmix.Because the build.xml file is under gridmix project.

> Add  targets for gridmix unit and system tests in a gridmix build xml file.
> ---------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2019
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2019
>             Project: Hadoop Map/Reduce
>          Issue Type: Task
>          Components: contrib/gridmix
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: MAPREDUCE-2019.patch, MAPREDUCE-2019.patch
>
>
> Add the targets for both unit and system tests in gridmix build xml (src/contrib/gridmix/build.xml). The target name for system tests would be 'test-system' and same way the target name for unit tests would be 'test'.

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