Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-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 E07BCED30 for ; Thu, 28 Feb 2013 18:50:08 +0000 (UTC) Received: (qmail 79736 invoked by uid 500); 28 Feb 2013 18:50:08 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 79538 invoked by uid 500); 28 Feb 2013 18:50:08 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 79527 invoked by uid 99); 28 Feb 2013 18:50:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 18:50:08 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rick.hillegas@oracle.com designates 141.146.126.69 as permitted sender) Received: from [141.146.126.69] (HELO aserp1040.oracle.com) (141.146.126.69) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2013 18:50:00 +0000 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r1SIncEx014827 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 28 Feb 2013 18:49:39 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r1SInbRt010154 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 28 Feb 2013 18:49:37 GMT Received: from abhmt114.oracle.com (abhmt114.oracle.com [141.146.116.66]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r1SInbJJ003809 for ; Thu, 28 Feb 2013 12:49:37 -0600 Received: from dhcp-amer-vpn-rmdc-anyconnect-10-159-104-67.vpn.oracle.com (/10.159.104.67) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 28 Feb 2013 10:49:37 -0800 Message-ID: <512FA6C1.4010409@oracle.com> Date: Thu, 28 Feb 2013 10:49:37 -0800 From: Rick Hillegas User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [Java DB - testing] Error continuous 10.9 (rev 1451023) References: <201302281021.r1SALIIw022986@ucsinet21.oracle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-Virus-Checked: Checked by ClamAV on apache.org On 2/28/13 8:38 AM, Mamta Satoor wrote: > As per "Test report: > http://download.java.net/javadesktop/derby/javadb-5573355-report/" > (http://download.java.net/javadesktop/derby/javadb-5573355-report/%27), > the exceptions with amd64_jdk7 are for junit tests in > org.apache.derbyTesting.functionTests.tests.management and they all > seem to be as follows > > java.rmi.ConnectException: Connection refused to host: 10.163.184.120; > nested exception is: > java.net.ConnectException: Connection timed out" > > Could this be a machine issue? I can do a dummy checkin into 10.9 by > adding some comment into the code which will fire the tests again on > 10.9(it looks like Sun's machine will fire a 10.9 run only if there is > a checkin on that codeline). > > I will also file a jira for this. > > thanks, > Mamta > >> I see that after my backport for DERBY-6053 into 10.9, number of junit >> tests(50) have failed with amd64_jdk7 on 10.9 codeline. Interestingly, >> the tests passed with ia32_jdk5 and ia32_jdk6. They also passed with >> ibm1.7 on my machine before the checkin so I am not sure what is the >> reason behind the failures with amd64_jdk7. I am looking into it. >> >> thanks, >> Mamta >> >> On Thu, Feb 28, 2013 at 2:21 AM, wrote: >>> Java DB testing and reporting infrastructure. >>> >>> Error continuous 10.9 (rev 1451023) >>> >>> 50 errors. >>> >>> Test report: http://download.java.net/javadesktop/derby/javadb-5573355-report/ Hi Mamta, This looks like an environmental problem in the Oracle test lab which runs these tests. A subsequent test run (triggered by a later checkin) appears to have run cleanly. The instability in the test lab needs to be addressed. I'm afraid I can't tell you when the lab will stabilize. Thanks, -Rick