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 6F9AE9953 for ; Tue, 7 Feb 2012 17:31:47 +0000 (UTC) Received: (qmail 85408 invoked by uid 500); 7 Feb 2012 17:31:47 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 85355 invoked by uid 500); 7 Feb 2012 17:31:46 -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 85348 invoked by uid 99); 7 Feb 2012 17:31:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 17:31:46 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [148.87.113.117] (HELO rcsinet15.oracle.com) (148.87.113.117) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 17:31:39 +0000 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by rcsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q17HVHXR017715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 Feb 2012 17:31:18 GMT Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q17HVGNh005560 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Feb 2012 17:31:16 GMT Received: from abhmt103.oracle.com (abhmt103.oracle.com [141.146.116.55]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q17HVF5p027962 for ; Tue, 7 Feb 2012 11:31:15 -0600 Received: from dhcp-rmdc-twvpn-1-vpnpool-10-159-26-195.vpn.oracle.com (/10.159.26.195) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 07 Feb 2012 09:31:15 -0800 Message-ID: <4F315FE4.2060202@oracle.com> Date: Tue, 07 Feb 2012 09:31:16 -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: [URGENT] Critical test situation on trunk References: <4F2C43CA.3080003@sbcglobal.net> <4F2FDB2D.7090009@oracle.com> <4F302184.9080500@sbcglobal.net> <4F3039EA.4000307@oracle.com> <4F313B03.2020909@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-CT-RefId: str=0001.0A090203.4F315FE6.00D4,ss=1,re=0.000,fgs=0 On 2/7/12 8:38 AM, Knut Anders Hatlen wrote: > Rick Hillegas writes: > >> My last checkin (1241479) re-enabled NativeAuthenticationServiceTest >> on non-windows platforms. If the *nix tests fall over again tonight, >> then we should disable NativeAuthenticationServiceTest again until we >> understand the situation better. > Hi Rick, > > I just gave the test a try with Java 5 on Solaris, and it seems to get > stuck in the fifth configuration (consistently). No problems with Java 6 > or Java 7. Do you have any theories on why it behaves differently on > Java 5? > > Thanks, > Hi Knut, Thanks for running the test on other platforms. I don't know what is special about that configuration. I have instrumented the test to produce a fair amount of chatty output if you set -Dderby.tests.debug=true. If you set that flag and run on Java 5 on Solaris, we may get some clue about the problem from looking at the last statements printed to the console before the test hangs. Thanks, -Rick