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 7C9549CA5 for ; Tue, 7 Feb 2012 10:56:27 +0000 (UTC) Received: (qmail 8652 invoked by uid 500); 7 Feb 2012 10:56:27 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 7849 invoked by uid 500); 7 Feb 2012 10:56:25 -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 7538 invoked by uid 99); 7 Feb 2012 10:56:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 10:56:25 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [141.146.126.227] (HELO acsinet15.oracle.com) (141.146.126.227) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 10:56:13 +0000 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id q17Atp0S009953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 Feb 2012 10:55:52 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 q17AtoMg001553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Feb 2012 10:55:51 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 q17Ato1w012824 for ; Tue, 7 Feb 2012 04:55:50 -0600 Received: from [192.168.0.3] (/84.215.180.161) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 07 Feb 2012 02:55:49 -0800 Message-ID: <4F31032F.8050904@oracle.com> Date: Tue, 07 Feb 2012 11:55:43 +0100 From: Kristian Waagan User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 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> In-Reply-To: <4F302184.9080500@sbcglobal.net> Content-Type: multipart/alternative; boundary="------------050404090001060505050305" X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-CT-RefId: str=0001.0A090209.4F310338.0086,ss=1,re=-2.300,fgs=0 X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------050404090001060505050305 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06.02.2012 19:52, Katherine Marsden wrote: > On 2/6/2012 5:52 AM, Rick Hillegas wrote: >> I am looking into the best way to get a window installation where I >> can debug this. Stand by... >> > Thanks Rick, > > Talking with Myrna, Mike and Mamta and looking back at the onset of > the NativeAuthenticationTest hang. I see that even at that time we > had the prior SecureServerTest failure > > (net)derbynet.SecureServerTest.testServerStartup used 6750 ms E. > (net)derbynet.SecureServerTest.testServerStartup used 46827 ms F. Is the stack trace ([1]) for the first SecureServerStartup, or for the second one? If from the second one, what's the error for the first? And, do you know where the interrupt comes from? Did you manually kill/interrupt the test run, or did it die on its own? Regads, -- Kristian > Which we found later to have the stack Trace below [1] and which > seemed to send things going down hill and let up to the hagn. > Myrna also told me at the the time this all started, she just > switched over to cygwin from another shell program. > > I have done suites.All runs sane and insane on my Windows machine as > have Mike and Mamta and runs are clean, so I think it would be good to > reenable NativeAuthenticationServiceTest on non-windows platforms and > even on windows for non-ibm jvm's. > Myrna is working on figuring out why the cygwin upgrade caused such > trouble on this machine. I will do this tomorrow unless someone else > beats me to it. > > > Thanks > > Kathey > > [1] SecureServerTest( Opened = false, Authenticated= false, CustomDerbyProperties= null, WildCardHost= null )java.lang.InterruptedException > at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:184) > at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:146) > at org.apache.derbyTesting.functionTests.tests.derbynet.SecureServerTest.runServerCommand(SecureServerTest.java:481) > at org.apache.derbyTesting.functionTests.tests.derbynet.SecureServerTest.runsysinfo(SecureServerTest.java:411) > at org.apache.derbyTesting.functionTests.tests.derbynet.SecureServerTest.testServerStartup(SecureServerTest.java:350) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:116) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > at junit.extensions.TestSetup.run(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect(TestSetup.java:21) > --------------050404090001060505050305 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 06.02.2012 19:52, Katherine Marsden wrote:
On 2/6/2012 5:52 AM, Rick Hillegas wrote:
I am looking into the best way to get a window installation where I can debug this. Stand by...

Thanks Rick,

Talking with Myrna, Mike and Mamta and looking back at the onset of the NativeAuthenticationTest hang.  I see that even at that time we had the prior SecureServerTest failure

(net)derbynet.SecureServerTest.testServerStartup used 6750 ms E.
(net)derbynet.SecureServerTest.testServerStartup used 46827 ms F.

Is the stack trace ([1]) for the first SecureServerStartup, or for the second one?
If from the second one, what's the error for the first?
And, do you know where the interrupt comes from?
Did you manually kill/interrupt the test run, or did it die on its own?


Regads,
--
Kristian

Which we found later to have the stack Trace below [1] and which seemed to send things going down hill and let up to the hagn.
Myrna also told me at the  the time this all started, she just switched over to cygwin from another shell program.

I have done suites.All runs sane and insane on my Windows machine as have Mike and Mamta and runs are clean, so I think it would be good to reenable NativeAuthenticationServiceTest on non-windows platforms and even on windows for non-ibm jvm's.
Myrna is working on figuring out why the cygwin upgrade caused such trouble on this machine.  I will do this tomorrow unless someone else beats me to it.


Thanks

Kathey

[1] SecureServerTest( Opened = false, Authenticated= false, CustomDerbyProperties= null, WildCardHost= null )java.lang.InterruptedException
	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:184)
	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:146)
	at org.apache.derbyTesting.functionTests.tests.derbynet.SecureServerTest.runServerCommand(SecureServerTest.java:481)
	at org.apache.derbyTesting.functionTests.tests.derbynet.SecureServerTest.runsysinfo(SecureServerTest.java:411)
	at org.apache.derbyTesting.functionTests.tests.derbynet.SecureServerTest.testServerStartup(SecureServerTest.java:350)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:116)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)


--------------050404090001060505050305--