Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06E3618F29 for ; Mon, 29 Jun 2015 04:41:05 +0000 (UTC) Received: (qmail 78807 invoked by uid 500); 29 Jun 2015 04:41:04 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 78772 invoked by uid 500); 29 Jun 2015 04:41:04 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 78757 invoked by uid 99); 29 Jun 2015 04:41:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2015 04:41:04 +0000 Date: Mon, 29 Jun 2015 04:41:04 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-12196) Ambari-server component build fails with 'maven-surefire-plugin' failing with more than 500 tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-12196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14605107#comment-14605107 ] Hudson commented on AMBARI-12196: --------------------------------- SUCCESS: Integrated in Ambari-branch-2.1 #142 (See [https://builds.apache.org/job/Ambari-branch-2.1/142/]) AMBARI-12196. Ambari-server component build fails with 'maven-surefire-plugin' failing with more than 500 tests (srimanth) (sgunturi: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8868dbcbf4e7a8683de1d0a3969c95b692f51928) * pom.xml * ambari-project/pom.xml > 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)