Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 29013 invoked from network); 18 Oct 2010 18:26:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Oct 2010 18:26:30 -0000 Received: (qmail 55124 invoked by uid 500); 18 Oct 2010 18:26:29 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 55032 invoked by uid 500); 18 Oct 2010 18:26:29 -0000 Mailing-List: contact zookeeper-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-user@hadoop.apache.org Delivered-To: mailing list zookeeper-user@hadoop.apache.org Received: (qmail 55024 invoked by uid 99); 18 Oct 2010 18:26:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 18:26:29 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Camille.Fournier@gs.com designates 204.4.187.100 as permitted sender) Received: from [204.4.187.100] (HELO mxecd07.gs.com) (204.4.187.100) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 18:26:20 +0000 X-IronPort-AV: E=Sophos;i="4.57,345,1283745600"; d="scan'208";a="336145878" Received: from unknown (HELO mxpbd02-public.ny.fw.gs.com) ([148.86.115.129]) by mxecd07.idz.gs.com with ESMTP; 18 Oct 2010 14:25:59 -0400 From: "Fournier, Camille F. [Tech]" X-sendergroup: RELAYLIST Received: from gshcbdp10ex.firmwide.corp.gs.com ([139.172.27.232]) by mxpbd02.ny.fw.gs.com with ESMTP; 18 Oct 2010 14:26:00 -0400 Received: from GSCMAMP02EX.firmwide.corp.gs.com ([139.172.184.156]) by gshcbdp10ex.firmwide.corp.gs.com ([139.172.27.232]) with mapi; Mon, 18 Oct 2010 14:26:00 -0400 To: "'zookeeper-user@hadoop.apache.org'" Date: Mon, 18 Oct 2010 14:25:58 -0400 Subject: RE: Testing zookeeper outside the source distribution? Thread-Topic: Testing zookeeper outside the source distribution? Thread-Index: Actu1wWSFMOI5tzAToWmFvP1YSpU3gAGogQg Message-ID: <69D3016305F9084FBD2C4A0DF189BD5C16B25818CC@GSCMAMP02EX.firmwide.corp.gs.com> References: <4CBC63C8.4050400@yahoo-inc.com> In-Reply-To: <4CBC63C8.4050400@yahoo-inc.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US x-retentionstamp: Firmwide Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 That would be incredibly useful, I keep meaning to just take the code I nee= d for integration testing from the zk test source but it would be much nice= r as a released jar. I created ZOOKEEPER-903 to track this: https://issues.apache.org/jira/browse/ZOOKEEPER-903 C -----Original Message----- From: Benjamin Reed [mailto:breed@yahoo-inc.com]=20 Sent: Monday, October 18, 2010 11:12 AM To: zookeeper-user@hadoop.apache.org Subject: Re: Testing zookeeper outside the source distribution? we should be exposing those classes and releasing them as a testing=20 jar. do you want to open up a jira to track this issue? ben On 10/18/2010 05:17 AM, Anthony Urso wrote: > Anyone have any pointers on how to test against ZK outside of the > source distribution? All the fun classes (e.g. ClientBase) do not make > it into the ZK release jar. > > Right now I am manually running a ZK node for the unit tests to > connect to prior to running my test, but I would rather have something > that ant could reliably > automate starting and stopping for CI. > > Thanks, > Anthony