Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 70080 invoked from network); 16 Mar 2007 14:05:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2007 14:05:40 -0000 Received: (qmail 75064 invoked by uid 500); 16 Mar 2007 14:05:47 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75025 invoked by uid 500); 16 Mar 2007 14:05:47 -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 75012 invoked by uid 99); 16 Mar 2007 14:05:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 07:05:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of m.v.lunteren@gmail.com designates 209.85.132.250 as permitted sender) Received: from [209.85.132.250] (HELO an-out-0708.google.com) (209.85.132.250) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2007 07:05:36 -0700 Received: by an-out-0708.google.com with SMTP id c25so510669ana for ; Fri, 16 Mar 2007 07:05:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bkIrFxB60T5EwHMGPwyWpf8DAM5K2EG01obefSjxC0Zi56vNtK9MxAgQx/cje6IENKjzcuxpOlWtcbizk47uHquktAk7TCPOrgrdr/gR9ZIC0i1j1R3n19Ojgj8NC9yblwyyEYc8bhTXrcGYU/URVhs8hXIu1q7w+Al1Is55gAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=k82DX72KI9fWTdKadj8M42f9wtSQgw9WsFMB+5etV86dwNUoET3mxwMLILNgEZ6tXbwcjqXmSHCcxKY/I75Y0C8ae6Z9XWOqSDdGdX5cqA3tHvyeQmsAHrOd5UDRFu31u9D/wxLub/xApbb2QY93YmOUNXFpg1blXvdBPJzJUXo= Received: by 10.100.124.5 with SMTP id w5mr1534510anc.1174053915706; Fri, 16 Mar 2007 07:05:15 -0700 (PDT) Received: by 10.100.43.4 with HTTP; Fri, 16 Mar 2007 07:05:15 -0700 (PDT) Message-ID: Date: Fri, 16 Mar 2007 07:05:15 -0700 From: "Myrna van Lunteren" To: derby-dev@db.apache.org Subject: Re: svn commit: r518875 - in /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests: derbynet/NSSecurityMechanismTest.java derbynet/_Suite.java jdbcapi/AuthenticationTest.java jdbcapi/_Suite.java jdbcapi/checkDataSource.java In-Reply-To: <45FA95AE.6000806@Sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070316065827.1C0B61A9838@eris.apache.org> <45FA95AE.6000806@Sun.com> X-Virus-Checked: Checked by ClamAV on apache.org On 3/16/07, Kristian Waagan wrote: > Hi, > > When I run suites.All I get lots of errors (40) and my "premature guess" > is that this commit is the reason. All the errors look like this: > Time: 1,131.236 > There were 40 errors: > 1) LangScripts:clientjava.lang.Exception: DRDA_InvalidValue.U:Invalid > value, , for derby.drda.securityMechanism. The one thing I think would cause that is the addition of NSSecurityMechanismTest to derbynet/_Suite.java. I'll back out that change. With apologies Myrna