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 DC390200CB6 for ; Thu, 15 Jun 2017 00:40:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DB11D160BE8; Wed, 14 Jun 2017 22:40:03 +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 F1C59160BDB for ; Thu, 15 Jun 2017 00:40:02 +0200 (CEST) Received: (qmail 41397 invoked by uid 500); 14 Jun 2017 22:40:02 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 41386 invoked by uid 99); 14 Jun 2017 22:40:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2017 22:40:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BDD4D188A5A for ; Wed, 14 Jun 2017 22:40:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id cB578CCiQu23 for ; Wed, 14 Jun 2017 22:40:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D8EF95FB8B for ; Wed, 14 Jun 2017 22:40:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 774F1E00A3 for ; Wed, 14 Jun 2017 22:40:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2EF2821938 for ; Wed, 14 Jun 2017 22:40:00 +0000 (UTC) Date: Wed, 14 Jun 2017 22:40:00 +0000 (UTC) From: "Samarth Jain (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (PHOENIX-3937) Remove @AfterClass methods from test classes annotated with @NeedsOwnMiniClusterTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 14 Jun 2017 22:40:04 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-3937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain resolved PHOENIX-3937. ----------------------------------- Resolution: Fixed Fix Version/s: 4.11.0 > Remove @AfterClass methods from test classes annotated with @NeedsOwnMiniClusterTest > ------------------------------------------------------------------------------------ > > Key: PHOENIX-3937 > URL: https://issues.apache.org/jira/browse/PHOENIX-3937 > Project: Phoenix > Issue Type: Bug > Reporter: Samarth Jain > Assignee: Samarth Jain > Fix For: 4.11.0 > > Attachments: PHOENIX-3937.patch > > > Tests annotated with @NeedsOwnMiniClusterTest run in their own JVMs. We don't need to do any clean up or shut down the mini cluster since the whole JVM shuts down anyway in kill fashion. -- This message was sent by Atlassian JIRA (v6.4.14#64029)