From commits-return-2585-archive-asf-public=cust-asf.ponee.io@bookkeeper.apache.org Mon Feb 19 08:11:16 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B607F180607 for ; Mon, 19 Feb 2018 08:11:15 +0100 (CET) Received: (qmail 12703 invoked by uid 500); 19 Feb 2018 07:11:14 -0000 Mailing-List: contact commits-help@bookkeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bookkeeper-dev@bookkeeper.apache.org Delivered-To: mailing list commits@bookkeeper.apache.org Received: (qmail 12694 invoked by uid 99); 19 Feb 2018 07:11:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2018 07:11:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E4AEF812BC; Mon, 19 Feb 2018 07:11:13 +0000 (UTC) Date: Mon, 19 Feb 2018 07:11:13 +0000 To: "commits@bookkeeper.apache.org" Subject: [bookkeeper] branch master updated: Issue #1169 Upgrade Surefire plugin to 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151902427382.11297.12381361738685675634@gitbox.apache.org> From: sijie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: bookkeeper X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: df71247a8c9644bbeda7d18d833fde4bef88fb3d X-Git-Newrev: 7945fcf79652001f825ffade40a4215f68465403 X-Git-Rev: 7945fcf79652001f825ffade40a4215f68465403 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bookkeeper.git The following commit(s) were added to refs/heads/master by this push: new 7945fcf Issue #1169 Upgrade Surefire plugin to 2.20.1 7945fcf is described below commit 7945fcf79652001f825ffade40a4215f68465403 Author: Pasha Kuznetsov AuthorDate: Sun Feb 18 23:11:05 2018 -0800 Issue #1169 Upgrade Surefire plugin to 2.20.1 **Context** We at Salesforce have been experiencing a series of hard to nail down test failures related to some of our changes causing Bookkeeper tests occasionally hanging up until they were terminated by Maven / Surefire. What's been making it harder to figure out was that the issue was only reproducing on Jenkins, not locally, and the lack of thread dumps along with Surefire failing to produce reports for these tests, making them next to invisible in Jenkins output. **Related** Issue #463 / PR #481 changes help terminate tests hanging in `Before` or `After` by changing `Test` based "local" timeouts to `Rule` based "global" ones. **Proposed changes** Upgrade Surefire plugin to 2.20.1 which has a few related [fixes and improvements since 2.19.1](https://issues.apache.org/jira/browse/SUREFIRE-1413?jql=project%20%3D%20SUREFIRE%20AND%20fixVersion%20in%20(2.20%2C%202.20.1)): * [SUREFIRE-1322](https://issues.apache.org/jira/browse/SUREFIRE-1322) Surefire and Failsafe should dump critical errors in dump file and console * [SUREFIRE-1435](https://issues.apache.org/jira/browse/SUREFIRE-1435) Improve Thread Dump etc (bug W-4700391) Author: Pasha Kuznetsov Reviewers: Enrico Olivelli , Sijie Guo , Venkateswararao Jujjuri (JV) This closes #1170 from pasha-kuznetsov/issue-1169-surefire-2-20-1, closes #1169 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0171d09..59f2557 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ 2.10.4 3.1.0 2.2.1 - 2.19.1 + 2.20.1 2.2.1 -- To stop receiving notification emails like this one, please contact sijie@apache.org.