Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDEFE17CD3 for ; Fri, 10 Apr 2015 20:09:07 +0000 (UTC) Received: (qmail 64425 invoked by uid 500); 10 Apr 2015 20:09:07 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 64383 invoked by uid 500); 10 Apr 2015 20:09:07 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 64371 invoked by uid 99); 10 Apr 2015 20:09:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2015 20:09:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of garydgregory@gmail.com designates 209.85.212.182 as permitted sender) Received: from [209.85.212.182] (HELO mail-wi0-f182.google.com) (209.85.212.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2015 20:08:42 +0000 Received: by widjs5 with SMTP id js5so23166559wid.1 for ; Fri, 10 Apr 2015 13:08:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=VbdEUXJY/uXO5spvWg8JEefZKIutumuZAzsYrR9dAio=; b=TF8TiIvZC+MKxHd6D+2MuIZjHSYYCLFaltWu6Yqk0LSBV5GXj2LXgIPuFOlSwjwMYX UBALzeCM9x/PmCdcdgU//Xwg+UYiKELYw3N1+40bOnmLVO99XcY5sUt/5WoC/wjrHxkH 1peuPu0ho9W656kDejaXc5JLRFV+2LC0gn3Rjwh4JmXMD2Gr7uV72Nom4SDc3yNquyBv qu2d8qI1eZq6ebSTybWzviFBlrp5BbPERc+BNeUPdm8vnxbPPw9PK0PS82zIf7eIHOBA Nm7NYIb3lGFqEp6eOs7Qvn/kwee6YyALO+ysPGb3XxJkRkm8zlJxNDdRT/q3wXvoaXO1 W9aQ== MIME-Version: 1.0 X-Received: by 10.180.105.233 with SMTP id gp9mr758770wib.83.1428696520876; Fri, 10 Apr 2015 13:08:40 -0700 (PDT) Received: by 10.27.83.211 with HTTP; Fri, 10 Apr 2015 13:08:40 -0700 (PDT) In-Reply-To: <1428690222.2433.1.camel@apache.org> References: <1428690222.2433.1.camel@apache.org> Date: Fri, 10 Apr 2015 13:08:40 -0700 Message-ID: Subject: Re: [VOTE] Release HttpComponents AsyncClient 4.1 based on RC1 From: Gary Gregory To: HttpComponents Project Content-Type: multipart/alternative; boundary=f46d0442883e9e69b2051364545b X-Virus-Checked: Checked by ClamAV on apache.org --f46d0442883e9e69b2051364545b Content-Type: text/plain; charset=UTF-8 I get this failure running 'mvn test' from the src zip: ------------------------------------------------------- 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.633 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: 14.078 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.572 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.576 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: 8.56 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.519 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: 3.829 sec <<< FAILURE! - in org.apache.http.nio.client.integration.TestHttpAsyncPipelining testPipelinedRequestsUnexpectedConnectionClosure[http](org.apache.http.nio.client.integration.TestHttpAsyncPipelining) Time elapsed: 0.554 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.TestHttpAsyncPipelining.testPipelinedRequestsUnexpectedConnectionClosure(TestHttpAsyncPipelining.java:214) Running org.apache.http.nio.client.integration.TestHttpAsyncPrematureTermination org.apache.http.ConnectionClosedException: Connection is closed at org.apache.http.impl.nio.NHttpConnectionBase.assertNotClosed(NHttpConnectionBase.java:500) at org.apache.http.impl.nio.DefaultNHttpServerConnection.submitResponse(DefaultNHttpServerConnection.java:342) at org.apache.http.nio.protocol.HttpAsyncService.commitFinalResponse(HttpAsyncService.java:721) at org.apache.http.nio.protocol.HttpAsyncService.exception(HttpAsyncService.java:308) at org.apache.http.impl.nio.DefaultNHttpServerConnection.produceOutput(DefaultNHttpServerConnection.java:332) at org.apache.http.impl.nio.DefaultHttpServerIODispatch.onOutputReady(DefaultHttpServerIODispatch.java:162) at org.apache.http.impl.nio.DefaultHttpServerIODispatch.onOutputReady(DefaultHttpServerIODispatch.java:51) at org.apache.http.impl.nio.reactor.AbstractIODispatch.outputReady(AbstractIODispatch.java:147) at org.apache.http.impl.nio.reactor.BaseIOReactor.writable(BaseIOReactor.java:190) at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(AbstractIOReactor.java:343) at org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(AbstractIOReactor.java:317) at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:278) at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:106) at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:590) at java.lang.Thread.run(Thread.java:745) Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.771 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: 28.113 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.396 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: 4.293 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.281 sec - in org.apache.http.nio.client.methods.TestZeroCopy Results : Failed tests: TestHttpAsyncPipelining.testPipelinedRequestsUnexpectedConnectionClosure:214 null Tests run: 139, Failures: 1, Errors: 0, Skipped: 0 I am using: Apache Maven 3.3.1 (cab6659f9874fa96462afef40fcf6bc033d58c1c; 2015-03-13T13:10:27-07:00) Maven home: C:\Java\apache-maven-3.3.1 Java version: 1.7.0_75, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_75\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" Gary On Fri, Apr 10, 2015 at 11:23 AM, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpComponents AsyncClient 4.1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The vote passes if at least > three binding +1 votes are cast and there are more +1 than -1 votes. > > Release notes: > > https://dist.apache.org/repos/dist/dev/httpcomponents/httpasyncclient-4.1-RC1/RELEASE_NOTES-4.1.x.txt > > Maven artefacts: > > https://repository.apache.org/content/repositories/orgapachehttpcomponents-1029/org/apache/httpcomponents/ > > SVN tag: > > https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/tags/4.1-RC1 > revision 1672345 > > Packages: > > https://dist.apache.org/repos/dist/dev/httpcomponents/httpasyncclient-4.1-RC1 > revision 8576 > > Hashes: > 1b13b05184f7d524a0a5c809ee90705d httpcomponents-asyncclient-4.1-bin.tar.gz > e0d7f33b24bec25a9d59a4e0e424f9f2 > httpcomponents-asyncclient-4.1-osgi-bin.tar.gz > 68af9e3cc982e4229101b30827da7cab httpcomponents-asyncclient-4.1-src.tar.gz > 91493cf6bbc5aad4f969cc3d673d789a httpcomponents-asyncclient-4.1-bin.zip > 0da96a90d7e5ff048712e41f7eae7817 > httpcomponents-asyncclient-4.1-osgi-bin.zip > 1630d2ce99c7eab862aa586b28c1f60f httpcomponents-asyncclient-4.1-src.zip > > Keys: > http://www.apache.org/dist/httpcomponents/httpasyncclient/KEYS > > -------------------------------------------------------------------------- > Vote: HttpComponents AsyncClient 4.1 release > [ ] +1 Release the packages as HttpComponents AsyncClient 4.1. > [ ] -1 I am against releasing the packages (must include a reason). > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org > For additional commands, e-mail: dev-help@hc.apache.org > > -- E-Mail: garydgregory@gmail.com | ggregory@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spring Batch in Action Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory --f46d0442883e9e69b2051364545b--