Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 32161 invoked from network); 16 Jun 2007 17:55:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jun 2007 17:55:52 -0000 Received: (qmail 52922 invoked by uid 500); 16 Jun 2007 17:55:50 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 52897 invoked by uid 500); 16 Jun 2007 17:55:50 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 52888 invoked by uid 99); 16 Jun 2007 17:55:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jun 2007 10:55:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jun 2007 10:55:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 079287141EB for ; Sat, 16 Jun 2007 10:55:26 -0700 (PDT) Message-ID: <19769408.1182016526028.JavaMail.jira@brutus> Date: Sat, 16 Jun 2007 10:55:26 -0700 (PDT) From: "Roland Weber (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Commented: (HTTPCORE-83) Test failures in SVN head In-Reply-To: <18332544.1182014486093.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCORE-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505508 ] Roland Weber commented on HTTPCORE-83: -------------------------------------- Correction on my report. I changed back to the 2 seconds timeout, recompiled everything, now I don't get any errors. > Test failures in SVN head > ------------------------- > > Key: HTTPCORE-83 > URL: https://issues.apache.org/jira/browse/HTTPCORE-83 > Project: HttpComponents Core > Issue Type: Bug > Components: HttpCore NIO > Affects Versions: 4.0-alpha5 > Environment: Dual core windows vista > Reporter: Anders Wallgren > Fix For: 4.0-alpha5 > > > In the current svn head (revision 547953), I'm getting these test failures: > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.http.nio.TestAll > Exception in thread "worker-thread-28" java.lang.IllegalStateException: Buffer already closed for writing > at org.apache.http.nio.util.SharedOutputBuffer.write(SharedOutputBuffer.java:112) > at org.apache.http.nio.entity.ContentOutputStream.write(ContentOutputStream.java:67) > at org.apache.http.entity.ByteArrayEntity.writeTo(ByteArrayEntity.java:76) > at org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.handleRequest(ThrottlingHttpServiceHandler.java:578) > at org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.access$000(ThrottlingHttpServiceHandler.java:94) > at org.apache.http.nio.protocol.ThrottlingHttpServiceHandler$1.run(ThrottlingHttpServiceHandler.java:274) > at org.apache.http.nio.mockup.SimpleThreadPoolExecutor$WorkerThread.run(SimpleThreadPoolExecutor.java:204) > Exception in thread "worker-thread-34" java.lang.IllegalStateException: Buffer already closed for writing > at org.apache.http.nio.util.SharedOutputBuffer.write(SharedOutputBuffer.java:112) > at org.apache.http.nio.entity.ContentOutputStream.write(ContentOutputStream.java:67) > at org.apache.http.entity.ByteArrayEntity.writeTo(ByteArrayEntity.java:76) > at org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.handleRequest(ThrottlingHttpServiceHandler.java:578) > at org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.access$000(ThrottlingHttpServiceHandler.java:94) > at org.apache.http.nio.protocol.ThrottlingHttpServiceHandler$1.run(ThrottlingHttpServiceHandler.java:274) > at org.apache.http.nio.mockup.SimpleThreadPoolExecutor$WorkerThread.run(SimpleThreadPoolExecutor.java:204) > Exception in thread "worker-thread-39" java.lang.IllegalStateException: Buffer already closed for writing > at org.apache.http.nio.util.SharedOutputBuffer.write(SharedOutputBuffer.java:112) > at org.apache.http.nio.entity.ContentOutputStream.write(ContentOutputStream.java:67) > at org.apache.http.entity.ByteArrayEntity.writeTo(ByteArrayEntity.java:76) > at org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.handleRequest(ThrottlingHttpServiceHandler.java:578) > at org.apache.http.nio.protocol.ThrottlingHttpServiceHandler.access$000(ThrottlingHttpServiceHandler.java:94) > at org.apache.http.nio.protocol.ThrottlingHttpServiceHandler$1.run(ThrottlingHttpServiceHandler.java:274) > at org.apache.http.nio.mockup.SimpleThreadPoolExecutor$WorkerThread.run(SimpleThreadPoolExecutor.java:204) > Tests run: 100, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 11.224 sec <<< FAILURE! > Results : > Failed tests: > testSimpleHttpGets(org.apache.http.nio.protocol.TestNIOHttp) > testSimpleHttpPostsWithContentLength(org.apache.http.nio.protocol.TestNIOHttp) > testSimpleHttpPostsHTTP10(org.apache.http.nio.protocol.TestNIOHttp) > testSimpleHttpHeads(org.apache.http.nio.protocol.TestNIOHttp) > Tests run: 100, Failures: 4, Errors: 0, Skipped: 0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org