Martin Ritchie wrote:
On 15/01/2008, Gordon Sim <[EMAIL PROTECTED]> wrote:
I noticed the following failure on the M2 branch. It seems to be
repeatable for me; anyone else seeing this?
What hardware, JVM, OS are you using?

I saw it on my laptop (IBM thinkpad T60, JDK 1.6.0_03, Fedora 5), however I initially noticed it from cruisecontrol running on JDK 1.5 on RHEL 5 (not sure of the hardware details).

Can anyone shed any light on why this assertion is there?

The test(of which there are two) is to verify that the delay between
failover attempts is in place. The test should make 5 reconnection
attempts with a 2second delay before each attempt hence 10 seconds
should be waited. But Thread.sleep(2000) is not always 2000ms.

I would say seeing 6s as you are constitutes some well dodgy
Thread.sleep timings.

I'll write a little test to investigate that.

Reply via email to