2009/7/8 Rafael Schloming <[email protected]>: > Aidan Skinner wrote: >> >> On Tue, Jul 7, 2009 at 8:45 PM, <[email protected]> wrote: >> >>> Author: rhs >>> Date: Tue Jul 7 19:45:04 2009 >>> New Revision: 791954 >>> >>> URL: http://svn.apache.org/viewvc?rev=791954&view=rev >>> Log: >>> Reverted 787626 as it was causing the regular profiles to fail. >> >> Uh, it is? They passed fine for me. What problem were you seeing? > > The cleanBroker() ends up deleting the data directory out from underneath > the running broker causing it to die. > > I suspect the problem you're seeing with QPID-1935 is actually a real broker > bug where it's failing to update the persistent store when messages are > dequeued causing one test to interfere with the next. > > --Rafael
If the cleanBoker/delete was done before the super.setUp() call then the broker would not be running so it should't be a problem. Martin > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > -- Martin Ritchie --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
