> 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? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
