On Wed, 2015-04-15 at 13:22 -0700, Gary Gregory wrote: > On Wed, Apr 15, 2015 at 12:01 PM, Oleg Kalnichevski <ol...@apache.org> > wrote: > > > On Wed, 2015-04-15 at 11:35 -0700, Gary Gregory wrote: > > > On Wed, Apr 15, 2015 at 6:28 AM, Oleg Kalnichevski <ol...@apache.org> > > wrote: > > > > > > > On Tue, 2015-04-14 at 14:00 -0700, Gary Gregory wrote: > > > > > On Tue, Apr 14, 2015 at 11:31 AM, Oleg Kalnichevski < > > ol...@apache.org> > > > > > wrote: > > > > > > > > > > > On Mon, 2015-04-13 at 13:23 -0700, Gary Gregory wrote: > > > > > > > Here is what I get with trunk: > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > T E S T S > > > > > > > ------------------------------------------------------- > > > > > > > > > > > > ... > > > > > > > > > > > > > Failed tests: > > > > > > > > > > > > > > > > > > > > > > > > > > TestHttpAsyncPipelining.testPipelinedRequestsUnexpectedConnectionClosure:215 > > > > > > > expected:<class java.io.IOException> but was:<class > > > > > > > org.apache.http.ConnectionClosedException> > > > > > > > > > > > > > > Tests run: 139, Failures: 1, Errors: 0, Skipped: 0 > > > > > > > > > > > > > > > > > > > Gary, > > > > > > > > > > > > Same story as we had before. Networking and SSL code behaves > > > > differently > > > > > > when running on Windows version, especially in case of an abnormal > > > > > > connection termination. I'll have to relax the expected exception > > type > > > > > > to generic I/O to make Windows happy. > > > > > > > > > > > > Oleg > > > > > > > > > > > > > > > > Hi Oleg, > > > > > > > > > > Yeah, that's a PITA of a difference. Do you plan leaving it as is (I > > > > would) > > > > > and fixing for the next release? > > > > > > > > > > Gary > > > > > > > > > > > > > Hi Gary > > > > > > > > I tweaked the test case so it should work with Windows as well. > > > > > > > > Could you please get the latest snapshot and see if all tests pass for > > > > you? If you can confirm that the tests pass I will create RC2 and > > > > restart the vote. > > > > > > > > Cheers and thanks for helping. > > > > > > > > > > YW. > > > > > > If I get the latest from SVN trunk of everything including > > > https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk > > > > > > and run 'mvn -U test' I get a bunch of errors like: > > > > > > > Could you run 'mvn clean install' instead? > > > > Better but not great: > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running > org.apache.http.impl.nio.conn.TestPoolingHttpClientAsyncConnectionManager > Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.616 sec > - in > org.apache.http.impl.nio.conn.TestPoolingHttpClientAsyncConnectionManager > Running org.apache.http.nio.client.integration.TestClientAuthentication > Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.881 sec > - in org.apache.http.nio.client.integration.TestClientAuthentication > Running > org.apache.http.nio.client.integration.TestClientAuthenticationFallBack > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 sec - > in org.apache.http.nio.client.integration.TestClientAuthenticationFallBack > Running org.apache.http.nio.client.integration.TestClientReauthentication > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 sec - > in org.apache.http.nio.client.integration.TestClientReauthentication > Running org.apache.http.nio.client.integration.TestHttpAsync > Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.488 sec > - in org.apache.http.nio.client.integration.TestHttpAsync > Running org.apache.http.nio.client.integration.TestHttpAsyncMinimal > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.98 sec - > in org.apache.http.nio.client.integration.TestHttpAsyncMinimal > Running org.apache.http.nio.client.integration.TestHttpAsyncPipelining > Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.86 sec > <<< FAILURE! - in > org.apache.http.nio.client.integration.TestHttpAsyncPipelining > testPipelinedRequestsUnexpectedConnectionClosure[http](org.apache.http.nio.client.integration.TestHttpAsyncPipelining) > Time elapsed: 0.681 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.assertNotNull(Assert.java:621) > at org.junit.Assert.assertNotNull(Assert.java:631) > at > org.apache.http.nio.client.integration.TestHttpAsyncPipelining.testPipelinedRequestsUnexpectedConnectionClosure(TestHttpAsyncPipelining.java:220) > > Running > org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.325 sec - > in org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination > Running org.apache.http.nio.client.integration.TestRedirects > Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.45 sec > - in org.apache.http.nio.client.integration.TestRedirects > Running org.apache.http.nio.client.integration.TestStatefulConnManagement > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.726 sec - > in org.apache.http.nio.client.integration.TestStatefulConnManagement > Running org.apache.http.nio.client.methods.TestAsyncConsumers > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.824 sec - > in org.apache.http.nio.client.methods.TestAsyncConsumers > Running org.apache.http.nio.client.methods.TestZeroCopy > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.598 sec - > in org.apache.http.nio.client.methods.TestZeroCopy > > Results : > > Failed tests: > > TestHttpAsyncPipelining.testPipelinedRequestsUnexpectedConnectionClosure:220 > null > > Tests run: 139, Failures: 1, Errors: 0, Skipped: 0 > > Gary >
I no longer have access to a Windows box at work, which I could use to debug the issue. I disabled the test case for now. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org