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 "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/03/07 23:41:59 UTC

[jira] Created: (HADOOP-7167) Allow using a file to exclude certain tests from build

Allow using a file to exclude certain tests from build
------------------------------------------------------

                 Key: HADOOP-7167
                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 0.23.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Minor
             Fix For: 0.23.0


It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Hudson commented on HADOOP-7167:
--------------------------------

Integrated in Hadoop-Common-trunk #624 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk/624/])
    HADOOP-7167. Allow using a file to exclude certain tests from build. Contributed by Todd Lipcon.


> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Todd Lipcon resolved HADOOP-7167.
---------------------------------

    Resolution: Fixed

Commited fix to trunk. Will go and add patches to the hdfs and mr JIRAs in just a minute.

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Todd Lipcon updated HADOOP-7167:
--------------------------------

    Attachment: hadoop-7167.txt

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Konstantin Boudnik commented on HADOOP-7167:
--------------------------------------------

+1 patch looks good. With only exception that we shouldn't overuse this 'facility'

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Todd Lipcon updated HADOOP-7167:
--------------------------------

    Attachment: hadoop-7167-cygwin.txt

How does this patch look?

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Hudson commented on HADOOP-7167:
--------------------------------

Integrated in Hadoop-Common-trunk #628 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk/628/])
    HADOOP-7167. Amend previous commit under this JIRA to fix issue on cygwin. Contributed by Todd Lipcon


> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

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

The patch works if I create {{src/test/empty-file}} manually.
{noformat}
BUILD FAILED
z:\_tsz\hadoop\common\c2\build.xml:827: The following error occurred while executing this line:
z:\_tsz\hadoop\common\c2\build.xml:807: The following error occurred while executing this line:
z:\_tsz\hadoop\common\c2\build.xml:736: Excludesfile z:\_tsz\hadoop\common\c2\src\test\empty-file not found.

Total time: 22 seconds
{noformat}

{noformat}
$ touch src/test/empty-file

...
BUILD SUCCESSFUL
Total time: 1 minute 4 seconds
{noformat}



> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

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

Hi Todd, have you got a chance to take a look?  In case you don't have time to work on this, could you revert this, HDFS-1731 and MAPREDUCE-2367?  Many thanks.

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Todd Lipcon commented on HADOOP-7167:
-------------------------------------

Yes, sorry - I am planning to add an empty file in "src/test/empty-file" and use that as the default instead of /dev/null. Sound good?

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

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

Cygwin actually has {{/dev/null}}.  The following works.

{noformat}
$ ls > /dev/null
{noformat}

Interestingly, {{ls}} shows it only if the full path is given.

{noformat}
$ ls -l /dev/null
crw-rw-rw- 1 tsz Users 1, 3 Nov 30  2006 /dev/null

$ ls -l /dev
total 4
lrwxrwxrwx 1 tsz Users 13 Oct 23  2009 fd -> /proc/self/fd
lrwxrwxrwx 1 tsz Users 15 Oct 23  2009 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 tsz Users 15 Oct 23  2009 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 tsz Users 15 Oct 23  2009 stdout -> /proc/self/fd/1
{noformat}

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Hudson commented on HADOOP-7167:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #523 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/523/])
    

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Todd Lipcon commented on HADOOP-7167:
-------------------------------------

cool, +1 for commit then? (including the new empty-file)

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Hudson commented on HADOOP-7167:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #527 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/527/])
    HADOOP-7167. Amend previous commit under this JIRA to fix issue on cygwin. Contributed by Todd Lipcon


> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Hudson commented on HADOOP-7167:
--------------------------------

Integrated in Hadoop-Common-trunk #647 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk/647/])
    Remove redundant entry for HADOOP-7167 in CHANGES.txt


> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

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

Hi Todd, the exclude file does not work on Cygwin.  Could you take a look?

{noformat}
...
BUILD FAILED
z:\_tsz\hadoop\hdfs\h1\build.xml:745: The following error occurred while executing this line:
z:\_tsz\hadoop\hdfs\h1\build.xml:677: The following error occurred while executing this line:
z:\_tsz\hadoop\hdfs\h1\build.xml:613: Excludesfile z:\dev\null not found.

Total time: 16 seconds
{noformat}


> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Todd Lipcon updated HADOOP-7167:
--------------------------------

    Status: Patch Available  (was: Open)

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Hudson commented on HADOOP-7167:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #539 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/539/])
    Remove redundant entry for HADOOP-7167 in CHANGES.txt


> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Reopened: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Todd Lipcon reopened HADOOP-7167:
---------------------------------


> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Todd Lipcon updated HADOOP-7167:
--------------------------------

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

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

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

+1 patch looks good, thanks!

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167-cygwin.txt, hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (HADOOP-7167) Allow using a file to exclude certain tests from build

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

Todd Lipcon commented on HADOOP-7167:
-------------------------------------

Hey Nicholas. Really sorry about that! Do you know if there is some equivalent to /dev/null in cygwin? ie a file which is always guaranteed to exist and be empty? I wonder what happens if we just pass an empty parameter to the ant excludeFile tag...

If this is getting in your way, feel free to revert and we can commit a new version that works on both platforms.

> Allow using a file to exclude certain tests from build
> ------------------------------------------------------
>
>                 Key: HADOOP-7167
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7167
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: hadoop-7167.txt
>
>
> It would be nice to be able to exclude certain tests when running builds. For example, when a test is "known flaky", you may want to exclude it from the main Hudson job, but not actually disable it in the codebase (so that it still runs as part of another Hudson job, for example).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira