[
https://issues.apache.org/jira/browse/AMBARI-18504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15535470#comment-15535470
]
Hadoop QA commented on AMBARI-18504:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12831074/AMBARI-18504.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler 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
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/8772//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/8772//console
This message is automatically generated.
> Build fails at verify step due to leftover findbugs html file
> -------------------------------------------------------------
>
> Key: AMBARI-18504
> URL: https://issues.apache.org/jira/browse/AMBARI-18504
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Doroszlai, Attila
> Assignee: Doroszlai, Attila
> Priority: Minor
> Fix For: 3.0.0
>
> Attachments: AMBARI-18504.patch
>
>
> Maven build fails at the {{verify}} step if run without {{clean}} due to
> leftover {{findbugsXml.html}} file. The problem is that the XML to HTML
> transformation is applied to the leftover HTML, too, which is not valid XML.
> Steps to reproduce:
> {noformat}
> $ mvn -pl ambari-server -DskipTests clean verify
> ...
> [INFO] BUILD SUCCESS
> ...
> $ mvn -pl ambari-server -DskipTests verify
> ...
> [INFO] BUILD FAILURE
> [ERROR] Failed to execute goal
> org.codehaus.mojo:xml-maven-plugin:1.0:transform (default) on project
> ambari-server: Failed to transform input file
> .../ambari-server/target/findbugs/findbugsXml.html
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)