On Nov 22, 2006, at 4:11 PM, Steve Vinoski wrote:

Anyone else noticed any flakiness with the java client MultipleConnectionTest? It just seems to randomly pass and fail on my machine. I tried doubling the timeout, and it still fails about half the time.

Changing the notifyAll() call to notify() in this test seems to do the trick. It appears that only one thread can ever be waiting at any one time, so notify() should be fine.

--steve

Reply via email to