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 46A0510817 for ; Wed, 13 Nov 2013 18:42:30 +0000 (UTC) Received: (qmail 82092 invoked by uid 500); 13 Nov 2013 18:42:30 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 82068 invoked by uid 500); 13 Nov 2013 18:42:30 -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 82058 invoked by uid 99); 13 Nov 2013 18:42:30 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 18:42:30 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F16478A8365; Wed, 13 Nov 2013 18:42:29 +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: Wed, 13 Nov 2013 18:42:29 -0000 Message-Id: <03f8a2cf47da441dbbe5e9dad42ccaa2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: ACCUMULO-1870 Functional tests don't configure Monitor log Updated Branches: refs/heads/master aac0b66ff -> 19848636f ACCUMULO-1870 Functional tests don't configure Monitor log Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1e96138b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1e96138b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1e96138b Branch: refs/heads/master Commit: 1e96138bb544e02829474011df850d5f28f299e6 Parents: d059d00 Author: ofishel Authored: Mon Nov 11 06:50:12 2013 -0800 Committer: Josh Elser Committed: Wed Nov 13 10:37:32 2013 -0800 ---------------------------------------------------------------------- test/system/auto/TestUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/1e96138b/test/system/auto/TestUtils.py ---------------------------------------------------------------------- diff --git a/test/system/auto/TestUtils.py b/test/system/auto/TestUtils.py index c10c090..b70677a 100755 --- a/test/system/auto/TestUtils.py +++ b/test/system/auto/TestUtils.py @@ -52,7 +52,7 @@ WALOG = os.path.join(ACCUMULO_HOME, 'walogs', ID) LOG_PROPERTIES= os.path.join(ACCUMULO_CONF_DIR, 'log4j.properties') LOG_GENERIC = os.path.join(ACCUMULO_CONF_DIR, 'generic_logger.xml') -LOG_MONITOR = os.path.join(ACCUMULO_CONF_DIR, 'conf', 'monitor_logger.xml') +LOG_MONITOR = os.path.join(ACCUMULO_CONF_DIR, 'monitor_logger.xml') General_CLASSPATH = ("$ACCUMULO_CONF_DIR,$ACCUMULO_HOME/lib/[^.].$ACCUMULO_VERSION.jar, $ACCUMULO_HOME/lib/[^.].*.jar, $ZOOKEEPER_HOME/zookeeper[^.].*.jar," "$HADOOP_HOME/conf,$HADOOP_HOME/[^.].*.jar, $HADOOP_HOME/lib/[^.].*.jar")