Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 155DF10890 for ; Mon, 2 Dec 2013 22:54:14 +0000 (UTC) Received: (qmail 16490 invoked by uid 500); 2 Dec 2013 22:54:14 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 16463 invoked by uid 500); 2 Dec 2013 22:54:14 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 16450 invoked by uid 99); 2 Dec 2013 22:54:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 22:54:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B79D591AACD; Mon, 2 Dec 2013 22:54:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Mon, 02 Dec 2013 22:54:13 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: ACCUMULO-1947 Remove forcefully setting the logger in a test with no reset after the test is done. Updated Branches: refs/heads/1.6.0-SNAPSHOT 360f0cf8c -> 890ee25cf ACCUMULO-1947 Remove forcefully setting the logger in a test with no reset after the test is done. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c7fc7765 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c7fc7765 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c7fc7765 Branch: refs/heads/1.6.0-SNAPSHOT Commit: c7fc776562275e417b0497ba47a2a5a212eca04f Parents: 42e8df7 Author: Josh Elser Authored: Mon Dec 2 16:59:51 2013 -0500 Committer: Josh Elser Committed: Mon Dec 2 16:59:51 2013 -0500 ---------------------------------------------------------------------- .../apache/accumulo/server/tabletserver/log/MultiReaderTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/c7fc7765/server/src/test/java/org/apache/accumulo/server/tabletserver/log/MultiReaderTest.java ---------------------------------------------------------------------- diff --git a/server/src/test/java/org/apache/accumulo/server/tabletserver/log/MultiReaderTest.java b/server/src/test/java/org/apache/accumulo/server/tabletserver/log/MultiReaderTest.java index 93583bf..ee43f69 100644 --- a/server/src/test/java/org/apache/accumulo/server/tabletserver/log/MultiReaderTest.java +++ b/server/src/test/java/org/apache/accumulo/server/tabletserver/log/MultiReaderTest.java @@ -41,8 +41,6 @@ public class MultiReaderTest { @Before public void setUp() throws Exception { - // quiet log messages about compress.CodecPool - Logger.getRootLogger().setLevel(Level.ERROR); fs = FileSystem.getLocal(conf); Path root = new Path("manyMaps"); fs.mkdirs(root);