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 98C94952D for ; Mon, 6 Feb 2012 20:51:25 +0000 (UTC) Received: (qmail 74769 invoked by uid 500); 6 Feb 2012 20:51:25 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 74378 invoked by uid 500); 6 Feb 2012 20:51:24 -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 74218 invoked by uid 99); 6 Feb 2012 20:51:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 20:51:24 +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 (nike.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; Mon, 06 Feb 2012 20:51:13 +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 q16KonYf024588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 6 Feb 2012 20:50:51 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 q16Komjt008959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 6 Feb 2012 20:50:49 GMT Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q16Komhx030214 for ; Mon, 6 Feb 2012 14:50:48 -0600 Received: from dhcp-rmdc-twvpn-1-vpnpool-10-159-23-120.vpn.oracle.com (/10.159.23.120) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 06 Feb 2012 12:50:48 -0800 Message-ID: <4F303D27.4050105@oracle.com> Date: Mon, 06 Feb 2012 12:50:47 -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> <4F303BBD.4040006@sbcglobal.net> In-Reply-To: <4F303BBD.4040006@sbcglobal.net> 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.0A090207.4F303D2B.00AB,ss=1,re=0.000,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org On 2/6/12 12:44 PM, Katherine Marsden wrote: > On 2/6/2012 12:36 PM, Rick Hillegas wrote: >> Thanks, Kathey. I will re-enable NativeAuthenticationServiceTest for >> non-windows platforms with my next checkin for DERBY-866. I hope to >> do that tomorrow after running a full test cycle on my machine tonight. > Thanks Rick, > > Is that a fairly major change? I don't see the patch attached to the > issue yet. I just attached it to DERBY-866. I didn't do anything fancy. I copied the check for windows platforms which I see in other tests. If that's not subtle enough, we may need to adjust the check. > Although things are looking like infrastructure for both Oracle and > IBM runs, we still don't have public Window's runs published on trunk, > so I think it is good still to be very conservative about what goes in. I agree. We are flying blind on Windows right now. Thanks, -Rick > > Kathey >