asankha@asankha:/media/DATA/NonBackup/Sources/httpcomponents-core-4.0-beta1$ svn info Path: . URL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.0-beta1 Repository Root: http://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 725596 Node Kind: directory Schedule: normal Last Changed Author: olegk Last Changed Rev: 613617 Last Changed Date: 2008-01-20 22:38:39 +0530 (Sun, 20 Jan 2008) asankha@asankha:/media/DATA/NonBackup/Sources/httpcomponents-core-4.0-beta1$ java -version java version "1.5.0_16" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_16-b02, mixed mode) asankha@asankha:/media/DATA/NonBackup/Sources/httpcomponents-core-4.0-beta1$ svn stat ? httpcomponents-core.iml ? httpcore-155.patch ? httpcomponents-core.ipr ? httpcomponents-core.iws ? module-main/httpcore.iml ? module-nio/httpcore-nio.iml ? module-nio/src/main/java/org/apache/http/impl/nio/reactor/IOSessionQueueElement.java M module-nio/src/main/java/org/apache/http/impl/nio/reactor/AbstractIOReactor.java M module-nio/src/main/java/org/apache/http/impl/nio/reactor/IOSessionImpl.java asankha@asankha:/media/DATA/NonBackup/Sources/httpcomponents-core-4.0-beta1$ Output of "mvn test" after a "mvn clean" .... ..... ... .. Running org.apache.http.nio.TestAll Tests run: 97, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 47.534 sec <<< FAILURE! Results : Failed tests: testSimpleHttpGets(org.apache.http.nio.protocol.TestNIOSSLHttp) testSimpleBasicHttpEntityEnclosingRequestsWithContentLength(org.apache.http.nio.protocol.TestNIOSSLHttp) testSimpleBasicHttpEntityEnclosingRequestsChunked(org.apache.http.nio.protocol.TestNIOSSLHttp) testSimpleBasicHttpEntityEnclosingRequestsHTTP10(org.apache.http.nio.protocol.TestNIOSSLHttp) Tests run: 97, Failures: 4, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. ... ..... ... .. asankha@asankha:/media/DATA/NonBackup/Sources/httpcomponents-core-4.0-beta1/module-nio/target/surefire-reports$ cat org.apache.http.nio.TestAll.txt ------------------------------------------------------------------------------- Test set: org.apache.http.nio.TestAll ------------------------------------------------------------------------------- Tests run: 97, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 47.535 sec <<< FAILURE! testSimpleHttpGets(org.apache.http.nio.protocol.TestNIOSSLHttp) Time elapsed: 10.022 sec <<< FAILURE! junit.framework.AssertionFailedError: expected:<0> but was:<57> 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.nio.protocol.TestNIOSSLHttp.testSimpleHttpGets(TestNIOSSLHttp.java:202) testSimpleBasicHttpEntityEnclosingRequestsWithContentLength(org.apache.http.nio.protocol.TestNIOSSLHttp) Time elapsed: 10.036 sec <<< FAILURE! junit.framework.AssertionFailedError: expected:<0> but was:<57> 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.nio.protocol.TestNIOSSLHttp.testSimpleBasicHttpEntityEnclosingRequestsWithContentLength(TestNIOSSLHttp.java:337) testSimpleBasicHttpEntityEnclosingRequestsChunked(org.apache.http.nio.protocol.TestNIOSSLHttp) Time elapsed: 10.017 sec <<< FAILURE! junit.framework.AssertionFailedError: expected:<0> but was:<57> 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.nio.protocol.TestNIOSSLHttp.testSimpleBasicHttpEntityEnclosingRequestsChunked(TestNIOSSLHttp.java:475) testSimpleBasicHttpEntityEnclosingRequestsHTTP10(org.apache.http.nio.protocol.TestNIOSSLHttp) Time elapsed: 10.03 sec <<< FAILURE! junit.framework.AssertionFailedError: expected:<0> but was:<57> 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.nio.protocol.TestNIOSSLHttp.testSimpleBasicHttpEntityEnclosingRequestsHTTP10(TestNIOSSLHttp.java:618)