From commits-return-8413-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Wed May 20 17:56:52 2020 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 402C9180637 for ; Wed, 20 May 2020 19:56:52 +0200 (CEST) Received: (qmail 60301 invoked by uid 500); 20 May 2020 17:56:51 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 60289 invoked by uid 99); 20 May 2020 17:56:51 -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; Wed, 20 May 2020 17:56:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 532AB819F5; Wed, 20 May 2020 17:56:51 +0000 (UTC) Date: Wed, 20 May 2020 17:56:51 +0000 To: "commits@zookeeper.apache.org" Subject: [zookeeper] branch branch-3.6 updated: ZOOKEEPER-3834: Do Not Set Explicit Test Includes in POM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158999741117.32686.6763648764499367510@gitbox.apache.org> From: nkalmar@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: zookeeper X-Git-Refname: refs/heads/branch-3.6 X-Git-Reftype: branch X-Git-Oldrev: 6cf8b02120731922b64a35ca997786314a3584ec X-Git-Newrev: 16ddfea7134dffab0dd4220c9ee89c7a0407cf6a X-Git-Rev: 16ddfea7134dffab0dd4220c9ee89c7a0407cf6a 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. nkalmar pushed a commit to branch branch-3.6 in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/branch-3.6 by this push: new 16ddfea ZOOKEEPER-3834: Do Not Set Explicit Test Includes in POM 16ddfea is described below commit 16ddfea7134dffab0dd4220c9ee89c7a0407cf6a Author: David Mollitor AuthorDate: Wed May 20 19:56:26 2020 +0200 ZOOKEEPER-3834: Do Not Set Explicit Test Includes in POM Author: David Mollitor Reviewers: Enrico Olivelli , Norbert Kalmar Closes #1355 from belugabehr/ZOOKEEPER-3834 (cherry picked from commit 5e88b541dcc2fd30e60bb437efa7704bbec8f6e6) Signed-off-by: Norbert Kalmar --- zookeeper-recipes/zookeeper-recipes-election/pom.xml | 3 --- zookeeper-recipes/zookeeper-recipes-lock/pom.xml | 3 --- zookeeper-recipes/zookeeper-recipes-queue/pom.xml | 3 --- 3 files changed, 9 deletions(-) diff --git a/zookeeper-recipes/zookeeper-recipes-election/pom.xml b/zookeeper-recipes/zookeeper-recipes-election/pom.xml index 09e4de2..fa4ae93 100755 --- a/zookeeper-recipes/zookeeper-recipes-election/pom.xml +++ b/zookeeper-recipes/zookeeper-recipes-election/pom.xml @@ -39,9 +39,6 @@ org.apache.maven.plugins maven-surefire-plugin - - **/*Test.java - ${surefire-forkcount} false -Xmx512m diff --git a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml index b8ba8c3..7766de7 100755 --- a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml +++ b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml @@ -39,9 +39,6 @@ org.apache.maven.plugins maven-surefire-plugin - - **/*Test.java - ${surefire-forkcount} false -Xmx512m diff --git a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml index 4373c67..0c68f79 100755 --- a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml +++ b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml @@ -44,9 +44,6 @@ org.apache.maven.plugins maven-surefire-plugin - - **/*Test.java - ${surefire-forkcount} false -Xmx512m