On 18/01/2008, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > > Seems OK with Java 1.5.0_13 - tried 6 or so tests, and no failures. > > > > However, when I test with Java 1.6.0_03, I get the error: > > > > ------------------------------------------------------------------------------- > > Test set: org.apache.http.nio.TestAll > > ------------------------------------------------------------------------------- > > Tests run: 97, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > > 11.703 sec <<< FAILURE! > > testEndpointUpAndDown(org.apache.http.impl.nio.reactor.TestDefaultListeningIOReactor) > > Time elapsed: 0.016 sec <<< FAILURE! > > junit.framework.AssertionFailedError: expected:<1> but was:<0> > > at junit.framework.Assert.fail(Assert.java:47) > > at junit.framework.Assert.failNotEquals(Assert.java:282) > > at junit.framework.Assert.assertEquals(Assert.java:64) > > at junit.framework.Assert.assertEquals(Assert.java:201) > > at junit.framework.Assert.assertEquals(Assert.java:207) > > at > > org.apache.http.impl.nio.reactor.TestDefaultListeningIOReactor.testEndpointUpAndDown(TestDefaultListeningIOReactor.java:140) > > > > 4 out of 5 times. > > > > This was after doing a "mvn clean", so the code was compiled with Java 1.6 > > > > Weird. Cannot reproduce on my Linux (single-core) box. Anyways, I do not > think this issue is a release blocker now, is it? >
No, it's not a blocker for this release. It might be a blocker for a non-Beta release, but hopefully it can be resolved by then. > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]