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 8A88F9610 for ; Mon, 4 Mar 2013 02:43:14 +0000 (UTC) Received: (qmail 6372 invoked by uid 500); 4 Mar 2013 02:43:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 6299 invoked by uid 500); 4 Mar 2013 02:43:13 -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 6270 invoked by uid 99); 4 Mar 2013 02:43:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 02:43:13 +0000 Date: Mon, 4 Mar 2013 02:43:13 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1142) Clean up maven test output MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Elser created ACCUMULO-1142: ------------------------------------ Summary: Clean up maven test output Key: ACCUMULO-1142 URL: https://issues.apache.org/jira/browse/ACCUMULO-1142 Project: Accumulo Issue Type: Improvement Components: test Reporter: Josh Elser Assignee: Josh Elser Priority: Minor Fix For: 1.5.0 Test output is often very chatty, especially in the error-throwing and mapreduce test cases. This output tends to detract from the actual usefulness that the surefire plugin already produces. We have some easy alternatives get around this. # a log4j configuration file specifically for tests that puts these in a file, rather than STDOUT/STDERR. # For tests which Exceptions are expected, ensure that loggers aren't going to accidentally log it and reset the Log level when the test is done. # Enable redirectTestOutputToFile in the maven surefire plugin so that STDOUT is redirected to a file inside of the build temp dir (target). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira