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 E711E10CE5 for ; Thu, 10 Oct 2013 16:55:51 +0000 (UTC) Received: (qmail 77952 invoked by uid 500); 10 Oct 2013 16:55:47 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 77758 invoked by uid 500); 10 Oct 2013 16:55:45 -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 77689 invoked by uid 99); 10 Oct 2013 16:55:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 16:55:43 +0000 Date: Thu, 10 Oct 2013 16:55:43 +0000 (UTC) From: "John Vines (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1769) Auto test should use classpath from accumulo-site.xml if possible 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-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13791666#comment-13791666 ] John Vines commented on ACCUMULO-1769: -------------------------------------- The existing functional tests generate their own configurations to prevent clobbering known instances. Will this interfere? > Auto test should use classpath from accumulo-site.xml if possible > ----------------------------------------------------------------- > > Key: ACCUMULO-1769 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1769 > Project: Accumulo > Issue Type: Improvement > Components: test > Affects Versions: 1.4.4, 1.5.0 > Reporter: Bill Havanki > Priority: Minor > Labels: test > Attachments: ACCUMULO-1769.patch > > > The TestUtils.py code under test/system/auto contains its own definition of the general classpath. It should try to read and use the classpath that is defined in accumulo-site.xml instead, just as it locates Zookeeper hosts. This ensures that tests use the same classpath as the surrounding cluster. -- This message was sent by Atlassian JIRA (v6.1#6144)