On Mon, 2016-06-13 at 11:05 +0200, Oleg Kalnichevski wrote: ... > > >> On 06/13/2016 03:07 AM, Gary Gregory wrote: > > >> > > >>> -1 > > >>> > > >>> Running 'mvn clean test', I am getting: > > >>> > > >>> > > >>> testConnectionRequestFailure(org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination) > > >>> Time elapsed: 0.334 sec <<< FAILURE! > > >>> java.lang.AssertionError: null > > >>> at org.junit.Assert.fail(Assert.java:86) > > >>> at org.junit.Assert.assertTrue(Assert.java:41) > > >>> at org.junit.Assert.assertTrue(Assert.java:52) > > >>> at > > >>> > > >>> org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination.testConnectionRequestFailure(TestHttpAsyncPrematureTermination.java:309) > > >>>
Gary I relaxed the assert of exception type due to inconsistency in behavior on different OS platforms. Could you please run the latest SVN 4.1.x code [1] locally and let me know if the test still fails for you? Oleg [1] https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/branches/4.1.x/ > > >>> with: > > >>> > > >>> Apache Maven 3.4.0-SNAPSHOT (644ac9c40ad41bf61e3b099918af33b8eb950621; > > >>> 2016-06-11T12:17:57-07:00) > > >>> Maven home: E:\Java\apache-maven-3.4.0-SNAPSHOT\bin\.. > > >>> Java version: 1.8.0_91, vendor: Oracle Corporation > > >>> Java home: C:\Program Files\Java\jdk1.8.0_91\jre > > >>> Default locale: en_US, platform encoding: Cp1252 > > >>> OS name: "Windows 7", version: "6.1", arch: "amd64", family: "Windows" > > >>> > > >>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > >>> 2015-11-10T08:41:47-08:00) > > >>> Maven home: E:\Java\apache-maven-3.3.9 > > >>> Java version: 1.8.0_91, vendor: Oracle Corporation > > >>> Java home: C:\Program Files\Java\jdk1.8.0_91\jre > > >>> Default locale: en_US, platform encoding: Cp1252 > > >>> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" > > >>> > > >>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > >>> 2015-11-10T08:41:47-08:00) > > >>> Maven home: E:\Java\apache-maven-3.3.9 > > >>> Java version: 1.7.0_79, vendor: Oracle Corporation > > >>> Java home: C:\Program Files\Java\jdk1.7.0_79\jre > > >>> Default locale: en_US, platform encoding: Cp1252 > > >>> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > > >>> > > >>> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; > > >>> 2013-02-19 > > >>> 05:51:28-0800) > > >>> Maven home: E:\Java\apache-maven-3.0.5 > > >>> Java version: 1.6.0_45, vendor: Sun Microsystems Inc. > > >>> Java home: E:\Program Files\Java\jdk1.6.0_45\jre > > >>> Default locale: en_US, platform encoding: Cp1252 > > >>> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > > >>> > > >>> Gary > > >>> > > > > > > --------------------------------------------------------------------- > 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]
