Return-Path: X-Original-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9877118475 for ; Tue, 12 May 2015 17:51:01 +0000 (UTC) Received: (qmail 74801 invoked by uid 500); 12 May 2015 17:51:01 -0000 Delivered-To: apmail-hadoop-yarn-dev-archive@hadoop.apache.org Received: (qmail 74708 invoked by uid 500); 12 May 2015 17:51:01 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-dev@hadoop.apache.org Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 74511 invoked by uid 99); 12 May 2015 17:51:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 17:51:00 +0000 Date: Tue, 12 May 2015 17:51:00 +0000 (UTC) From: "Karthik Kambatla (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (YARN-3613) TestContainerManagerSecurity should init and start Yarn cluster in setup instead of individual methods 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/YARN-3613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Kambatla resolved YARN-3613. ------------------------------------ Resolution: Fixed Fix Version/s: 2.8.0 Hadoop Flags: Reviewed Thanks for working on this, nijel. Just committed this to trunk and branch-2. > TestContainerManagerSecurity should init and start Yarn cluster in setup instead of individual methods > ------------------------------------------------------------------------------------------------------ > > Key: YARN-3613 > URL: https://issues.apache.org/jira/browse/YARN-3613 > Project: Hadoop YARN > Issue Type: Improvement > Components: test > Affects Versions: 2.7.0 > Reporter: Karthik Kambatla > Assignee: nijel > Priority: Minor > Labels: newbie > Fix For: 2.8.0 > > Attachments: YARN-3613-1.patch, yarn-3613-2.patch > > > In TestContainerManagerSecurity, individual tests init and start Yarn cluster. This duplication can be avoided by moving that to setup. > Further, one could merge the two @Test methods to avoid bringing up another mini-cluster. -- This message was sent by Atlassian JIRA (v6.3.4#6332)