Oh here's one thing you may find useful. I did find your TestingServer
nice and tried it out today for some code I was hacking. I hit a bug
though in my test teardowns, and solved it by adding this to stop
(courtesy ClientBase)

        ZKDatabase zkDb = server.getZKDatabase();
        try {
            zkDb.close();
        } catch (IOException ie) {
           System.err.println("Error closing logs " + ie);
        }

In case you hit the same error of being unable to delete the directories.

C

On Tue, Oct 11, 2011 at 10:53 PM, Jordan Zimmerman
<[email protected]> wrote:
> Good <3 ed. :)
>
> ====================
> Jordan Zimmerman
>
> On Oct 11, 2011, at 7:46 PM, "Ted Dunning" <[email protected]> wrote:
>
>> Don't worry about being prickly.  Camille and I can beat you any day on that
>> account.
>>
>> Just be good hearted and serious about making things good while you are
>> being prickly.
>>
>> On Wed, Oct 12, 2011 at 1:18 AM, Jordan Zimmerman 
>> <[email protected]>wrote:
>>
>>> Sorry. I didn't mean to come across as prickly.
>>>
>>> ====================
>>> Jordan Zimmerman
>>>
>>> On Oct 11, 2011, at 4:52 PM, "Camille Fournier" <[email protected]>
>>> wrote:
>>>
>>>> You asked for feedback, I gave it.
>>>
>

Reply via email to