Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A78A1200CCF for ; Mon, 24 Jul 2017 15:51:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9E13D163A29; Mon, 24 Jul 2017 13:51:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E3023163A22 for ; Mon, 24 Jul 2017 15:51:31 +0200 (CEST) Received: (qmail 29754 invoked by uid 500); 24 Jul 2017 13:51:21 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 29625 invoked by uid 99); 24 Jul 2017 13:51:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2017 13:51:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 527F9E96A5; Mon, 24 Jul 2017 13:51:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Mon, 24 Jul 2017 13:51:18 -0000 Message-Id: <09e5b11f72f1412b8226839601672ab8@git.apache.org> In-Reply-To: <92a76971689446229eef5cb7933eeb4c@git.apache.org> References: <92a76971689446229eef5cb7933eeb4c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] activemq-artemis git commit: ARTEMIS-1276 avoid System.exit in tests as Surefire cannot deal with that archived-at: Mon, 24 Jul 2017 13:51:32 -0000 ARTEMIS-1276 avoid System.exit in tests as Surefire cannot deal with that This change results in many more tests being run. Previously, 662 tests were executed. Now, 1166 tests is executed. The running time has increased from ~20 minutes to ~50 minutes. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7e9c3fdf Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7e9c3fdf Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7e9c3fdf Branch: refs/heads/master Commit: 7e9c3fdfb7a6978d174aec5949e4b18b6789c56a Parents: 9647c19 Author: Jiri Danek Authored: Mon Jul 17 11:51:55 2017 +0200 Committer: Clebert Suconic Committed: Mon Jul 24 09:50:40 2017 -0400 ---------------------------------------------------------------------- tests/activemq5-unit-tests/pom.xml | 3 +++ .../src/test/java/org/apache/activemq/AutoFailTestSupport.java | 1 + 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/7e9c3fdf/tests/activemq5-unit-tests/pom.xml ---------------------------------------------------------------------- diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index 309efcb..cd58170 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -435,6 +435,9 @@ maven-surefire-plugin ${skipActiveMQ5Tests} + + true +