Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 61147 invoked from network); 8 Jul 2009 08:34:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jul 2009 08:34:29 -0000 Received: (qmail 13575 invoked by uid 500); 8 Jul 2009 08:34:39 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 13527 invoked by uid 500); 8 Jul 2009 08:34:39 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 13518 invoked by uid 99); 8 Jul 2009 08:34:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 08:34:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2009 08:34:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C5A82234C004 for ; Wed, 8 Jul 2009 01:34:14 -0700 (PDT) Message-ID: <283914148.1247042054794.JavaMail.jira@brutus> Date: Wed, 8 Jul 2009 01:34:14 -0700 (PDT) From: "Sean Qiu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6263) [classlib][luni] HttpURLConnectionTest unstable In-Reply-To: <1242881669.1247041095158.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12728560#action_12728560 ] Sean Qiu commented on HARMONY-6263: ----------------------------------- +1 > [classlib][luni] HttpURLConnectionTest unstable > ----------------------------------------------- > > Key: HARMONY-6263 > URL: https://issues.apache.org/jira/browse/HARMONY-6263 > Project: Harmony > Issue Type: Test > Components: Classlib > Environment: Linux/x86_64 > Reporter: Mark Hindess > > This test breaks intermittently for me. An example failure: > testUsingProxySelector(org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest)junit.framework.AssertionFailedError: Connection does not use proxy > at org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest.testUsingProxySelector(HttpURLConnectionTest.java:499) > at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:197) > and an example error: > testUsingProxySelector(org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest)java.net.SocketException: Address family not supported by protocol > at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:241) > at org.apache.harmony.luni.net.PlainSocketImpl.connect(PlainSocketImpl.java:529) > at java.net.Socket.connect(Socket.java:962) > at org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnection.(HttpConnection.java:62) > at org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnectionManager$ConnectionPool.getHttpConnection(HttpConnectionManager.java:142) > at org.apache.harmony.luni.internal.net.www.protocol.http.HttpConnectionManager.getConnection(HttpConnectionManager.java:67) > at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.getHTTPConnection(HttpURLConnection.java:659) > at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:645) > at org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest.testUsingProxySelector(HttpURLConnectionTest.java:493) > at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:197) > I plan to exclude this test on linux until someone has chance to look at this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.