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 356E8100F7 for ; Sun, 6 Oct 2013 23:55:42 +0000 (UTC) Received: (qmail 9774 invoked by uid 500); 6 Oct 2013 23:55:42 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 9742 invoked by uid 500); 6 Oct 2013 23:55:42 -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 9733 invoked by uid 99); 6 Oct 2013 23:55:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Oct 2013 23:55:42 +0000 Date: Sun, 6 Oct 2013 23:55:41 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1599) MacTest should use target for MiniAccumuloCluster 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/ACCUMULO-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13787831#comment-13787831 ] Josh Elser commented on ACCUMULO-1599: -------------------------------------- Sorry, by a new convention I meant not using target :). We're in agreement. I'm not completely sure about squashing old logs or not. Like you said, the immediate usefulness of the logs outweighs the hypothetical disk usage reqs. > MacTest should use target for MiniAccumuloCluster > ------------------------------------------------- > > Key: ACCUMULO-1599 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1599 > Project: Accumulo > Issue Type: Improvement > Reporter: Christopher Tubbs > Fix For: 1.6.0 > > > Many integration tests tend to start up an instance of MiniAccumuloCluster. They use directories in /tmp and delete their folders when finished. This is difficult to debug. Instead of using random filenames, they should use the name of the test, and instead of writing to /tmp, they should write to ${project.build.directory} (aka "target/") and leave their directory in place when finished for easier debugging (they can be cleaned with 'mvn clean' and overwritten when the test re-runs). -- This message was sent by Atlassian JIRA (v6.1#6144)