Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 65287 invoked from network); 22 Sep 2006 16:24:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Sep 2006 16:24:25 -0000 Received: (qmail 81535 invoked by uid 500); 22 Sep 2006 16:24:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 81459 invoked by uid 500); 22 Sep 2006 16:24:20 -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 81422 invoked by uid 99); 22 Sep 2006 16:24:20 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Sep 2006 09:24:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:51055] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 8F/AF-06791-32E04154 for ; Fri, 22 Sep 2006 09:24:04 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C1C314190D6 for ; Fri, 22 Sep 2006 16:20:17 +0000 (GMT) Message-ID: <33242311.1158942017791.JavaMail.jira@brutus> Date: Fri, 22 Sep 2006 09:20:17 -0700 (PDT) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-1751) derbynet/testSecMec.java fails with ShutdownException in DerbyNetClient framework In-Reply-To: <14831515.1156339335487.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1751?page=comments#action_12436894 ] Bryan Pendleton commented on DERBY-1751: ---------------------------------------- Thanks Fernanda for the explanation. Your patch is certainly simpler than the previous technique and it is nice to see all that test code get simpler. I guess I am a little bit concerned that this technique might cause us to miss important messages in the server output, but I don't have anything better to suggest right now. +1 from me for this patch. > derbynet/testSecMec.java fails with ShutdownException in DerbyNetClient framework > --------------------------------------------------------------------------------- > > Key: DERBY-1751 > URL: http://issues.apache.org/jira/browse/DERBY-1751 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.2.1.0 > Environment: JVM: Sun JDK 6 (build 1.6.0-rc-b95) > OS: Solaris 10 (sparc) local zones > Hardware: Sun Fire V210 Server, 2 x 1000 MHz CPU > Reporter: John H. Embretsen > Assigned To: Fernanda Pizzorno > Priority: Minor > Fix For: 10.2.2.0 > > Attachments: derby-1751.diff, derby-1751.stat, derby-1751v2.diff, derby.log > > > During 10.2.1.0 beta testing this test failed with org.apache.derby.iapi.services.context.ShutdownException on 2 of 4 platforms running Solaris zones: > Platform "sparc_zone2": > derbynetclientmats/derbynetmats/DerbyNetClient/derbynetmats/testSecMec.diff > Platform "sparc_zone3": > derbynetclientmats/derbynetmats/DerbyNetClient/derbynetmats/testSecMec.diff > derbyall/derbynetclientmats/DerbyNetClient/derbynetmats/derbynetmats/testSecMec.diff > The test did not fail on other platforms, which may indicate timing sensitivity (tests are run concurrently in 4 zones (1 global, 3 local) on one single machine). Here is one of the diffs (from platform "sparc_zone2"): > ********* Diff file derbynetclientmats/derbynetmats/DerbyNetClient/derbynetmats/testSecMec.diff > *** Start: testSecMec jdk1.6.0-rc DerbyNetClient derbynetmats:derbynetmats 2006-08-14 21:31:48 *** > 308a309,312 > > java.sql.SQLException: Java exception: ': org.apache.derby.iapi.services.context.ShutdownException'. > > ... 14 more---------------------------------------------- > > Testing with derby.drda.securityMechanism=INVALID_VALUE > > EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMechanism. > 310,312d313 > < Testing with derby.drda.securityMechanism=INVALID_VALUE > < EXPECTED EXCEPTION DRDA_InvalidValue.U:Invalid value, INVALID_VALUE, for derby.drda.securityMechanism. > < ----- > Test Failed. > *** End: testSecMec jdk1.6.0-rc DerbyNetClient derbynetmats:derbynetmats 2006-08-14 21:32:54 *** > The failure occurred in the DerbyNetClient framework when shutting down the database for the second (and last) time in the method testUSRSSBPWD_with_BUILTIN(). This test method was added August 9, 2006 (DERBY-528). > Attatching derby.log from the failure in derbynetclientmats/derbynetmats on sparc_zone2. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira