Isn't this test broken?
It eventually fails on Hudson. Run it on a loop and you will see a failure.
boolean gotException = exceptionLatch.await(2 * CONNECTION_TTL,
TimeUnit.MILLISECONDS);
| assertFalse(gotException);
|
exceptionLatch.await should return false... that means the test will wait at least 2
seconds. Is this right?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232074#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...