[ 
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

Reply via email to