[
https://issues.apache.org/jira/browse/AMBARI-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605065#comment-14605065
]
Hadoop QA commented on AMBARI-12196:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12742439/AMBARI-12196.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 .
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/3306//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/3306//console
This message is automatically generated.
> Ambari-server component build fails with 'maven-surefire-plugin' failing with
> more than 500 tests
> -------------------------------------------------------------------------------------------------
>
> Key: AMBARI-12196
> URL: https://issues.apache.org/jira/browse/AMBARI-12196
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Srimanth Gunturi
> Assignee: Srimanth Gunturi
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-12196.patch
>
>
> Ambari-server component fails to build in
> [https://builds.apache.org/job/Ambari-trunk-Commit/3028/consoleFull]. The
> message given during build is:
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on
> project ambari-server: Execution default-test of goal
> org.apache.maven.plugins:maven-surefire-plugin:2.12:test failed: Task
> java.util.concurrent.FutureTask@dc688d rejected from
> java.util.concurrent.ThreadPoolExecutor@542e8e[Running, pool size = 1, active
> threads = 1, queued tasks = 500, completed tasks = 0] -> [Help 1]
> {code}
> It turns out that _maven-surefire-plugin_ version 2.12 has an issue with
> having more than 500 tests and having {{forkMode=always}}. The issue is
> [https://issues.apache.org/jira/browse/SUREFIRE-913].
> Updating _maven-surefire-plugin_ version to 2.13 should fix this issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)