On Fri, 2006-12-08 at 00:45 -0500, Steve Vinoski wrote: > > When it works, I get the normal test passed message. When it hangs > > I get (always the same message): > > > > <snip> > > Running org.apache.qpid.test.unit.client.forwardall.CombinedTest > > Starting 2 services... > > Starting client... > > Received 1 of 2 responses. > > <hang> > > I personally have never seen this problem. Why not try jacking up the > verbosity of the test output to see if you can narrow down where it's > hanging? How is this done? I looked at the command line options with mvn --help; there is no verbose option. Neither is there a man page. A quick scan through the on-line docs did not reveal anything about verbosity... (although it was a very quick scan!) Is this done through editing the settings.xml file, perhaps?
> > BTW, to run just this single test, and assuming what you need from > common and broker are already available/built, you can > > cd client > mvn -Dtest=CombinedTest test Thanks, this shortens the cycle. CombinedTest still hangs about one run in three if I run it this way consecutively. I cannot get either ChannelCloseOkTest or ConnectionURLTest to produce errors when run on their own. Kim
