[
https://issues.apache.org/jira/browse/HADOOP-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14293323#comment-14293323
]
Hadoop QA commented on HADOOP-4297:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12656708/c4297_20140719.patch
against trunk revision 6f9fe76.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
48 warning messages.
See
https://builds.apache.org/job/PreCommit-HADOOP-Build/5496//artifact/patchprocess/diffJavadocWarnings.txt
for details.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-tools/hadoop-openstack.
Test results:
https://builds.apache.org/job/PreCommit-HADOOP-Build/5496//testReport/
Console output:
https://builds.apache.org/job/PreCommit-HADOOP-Build/5496//console
This message is automatically generated.
> Enable Java assertions when running tests
> -----------------------------------------
>
> Key: HADOOP-4297
> URL: https://issues.apache.org/jira/browse/HADOOP-4297
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build
> Affects Versions: 0.19.0, 0.20.0
> Reporter: Yoram Kulbak
> Assignee: Tsz Wo Nicholas Sze
> Attachments: HADOOP-4297.patch, HADOOP-4297.patch,
> c4297_20140719.patch
>
>
> A suggestion to enable Java assertions in the project's build xml when
> running tests. I think this would improve the build quality.
> To enable assertions add the following snippets to the JUnit tasks in
> build.xml:
> <assertions>
> <enable />
> </assertions>
> --
> For example:
> <junit ... >
> ...
> <assertions>
> <enable />
> </assertions>
> </junit>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)