Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 016B3100E1 for ; Sat, 1 Feb 2014 02:06:10 +0000 (UTC) Received: (qmail 2733 invoked by uid 500); 1 Feb 2014 02:06:09 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 2648 invoked by uid 500); 1 Feb 2014 02:06:09 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 2637 invoked by uid 99); 1 Feb 2014 02:06:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Feb 2014 02:06:08 +0000 Date: Sat, 1 Feb 2014 02:06:08 +0000 (UTC) From: "John Vines (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-2310) Look into merging SimpleMacIT and COnfigurableMacIT MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 John Vines created ACCUMULO-2310: ------------------------------------ Summary: Look into merging SimpleMacIT and COnfigurableMacIT Key: ACCUMULO-2310 URL: https://issues.apache.org/jira/browse/ACCUMULO-2310 Project: Accumulo Issue Type: Bug Components: test Reporter: John Vines Fix For: 1.7.0 These two frameworks for tests do very similar things but have their own implementations. Most notably- Simple sets things up BeforeClass and tears down AfterClass whereas Configurable uses Before and After Simple logs everything under it's own class name with a random identifier while Configurable uses the actual test names. The naming scheme for configurable is vastly more useful, but at the penalty of having per-test MACs instead of per class MAC. This may necessitate a different type of MAC testing framework which makes it really easy to spin up your own (which I think is necessary in order have the better file naming). -- This message was sent by Atlassian JIRA (v6.1.5#6160)