Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 57712 invoked from network); 10 Feb 2009 20:58:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 20:58:00 -0000 Received: (qmail 155 invoked by uid 500); 10 Feb 2009 20:57:59 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 139 invoked by uid 500); 10 Feb 2009 20:57:59 -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 128 invoked by uid 99); 10 Feb 2009 20:57:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 12:57:59 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [69.147.107.21] (HELO mrout2-b.corp.re1.yahoo.com) (69.147.107.21) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 20:57:48 +0000 Received: from SNV-EXPF01.ds.corp.yahoo.com (snv-expf01.ds.corp.yahoo.com [207.126.227.250]) by mrout2-b.corp.re1.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id n1AKv4TE043292 for ; Tue, 10 Feb 2009 12:57:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=received:user-agent:date:subject:from:to:message-id: thread-topic:thread-index:in-reply-to:mime-version:content-type: content-transfer-encoding:return-path:x-originalarrivaltime; b=tQnYaIn52NyZiVtRbX7PgPBm5Lzl+fAe2WsCsf+qnnIP9NtIeH7SOX6aIdsWjTzw Received: from SNV-EXVS09.ds.corp.yahoo.com ([207.126.227.87]) by SNV-EXPF01.ds.corp.yahoo.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 10 Feb 2009 12:57:04 -0800 Received: from 10.73.146.106 ([10.73.146.106]) by SNV-EXVS09.ds.corp.yahoo.com ([207.126.227.84]) via Exchange Front-End Server snv-webmail.corp.yahoo.com ([207.126.227.59]) with Microsoft Exchange Server HTTP-DAV ; Tue, 10 Feb 2009 20:57:03 +0000 User-Agent: Microsoft-Entourage/12.15.0.081119 Date: Tue, 10 Feb 2009 12:57:03 -0800 Subject: Re: Testing Zookeeper From: Mahadev Konar To: Message-ID: Thread-Topic: Testing Zookeeper Thread-Index: AcmLwLbaVvDajBNRRKySfP5SWUhFTAAAHaPwAAA8mCs= In-Reply-To: <934E91315423FA409AA46DE51D779BC61AA237FC03@EXCHANGE-VS1.eharmony.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-OriginalArrivalTime: 10 Feb 2009 20:57:04.0311 (UTC) FILETIME=[2091C470:01C98BC2] X-Virus-Checked: Checked by ClamAV on apache.org Hi Nitay and Joshua, It would be great if in the future we could keep these discussions about development and aptches on zookeeper-dev rather than the user list. The user list is supposed to be used for released versions and questions from users. Thanks mahadev On 2/10/09 12:51 PM, "Joshua Tuberville" wrote: > Nitay, > > Thanks for pointing out your ticket. I assumed someone had already done the > same. I will take a look at your patch and compare to our code. I agree that > there should be some common way for tests both internal and external to > buildup a server and tear it down. > > Joshua > > -----Original Message----- > From: Nitay [mailto:nitayj@gmail.com] > Sent: Tuesday, February 10, 2009 12:46 PM > To: zookeeper-user@hadoop.apache.org > Subject: Re: Testing Zookeeper > > Joshua, > > There may already be some JIRAs open regarding this, e.g. > https://issues.apache.org/jira/browse/ZOOKEEPER-278. You can assign those to > yourself and attach your stuff there if it fits your issue. > > On Tue, Feb 10, 2009 at 11:44 AM, Mahadev Konar wrote: > >> HI Joshua, >> Feel free to open a jira and attach a patch. >> >> Please take a look at how to contribute: >> >> http://wiki.apache.org/hadoop/ZooKeeper/HowToContribute >> >> Thanks >> mahadev >> >> On 2/10/09 11:34 AM, "Joshua Tuberville" >> wrote: >> >>> To test our zookeeper usage we built a utility class using some of the >> methods >>> in org.apache.zookeeper.test.ClientBase out of the test folder. This >> allows >>> testing to be done using any framework JUnit4, JUnit5, TestNG, etc. We >> would >>> prefer this be in the zookeeper jar. Should I open a JIRA item and >> include >>> the class? >>> >>> Thanks, >>> Joshua >> >>