3.0 tests-unit is running for me on without any hangs/timeouts on w2k
with Sun 1.3.1_03-b03.

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
----- Original Message -----
From: "Adrian Brock" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 28, 2002 3:38 AM
Subject: Re: [JBoss-Dev] DeployServiceUnitTestCase.testDependsElement
failure


> Hi,
>
> >It is trying to start TestDeployerC, but it is not actually starting.
>
> The test in ServiceMBeanSupport.start() should now be
>
> -if (getState() != STOPPED && getState() != FAILED)
> +if (getState() != DESTROYED && getState() != STOPPED && getState() !=
> FAILED)
>     return;
>
> This fixes the test. But I have a more complete fix in the
> ServiceController.
>
> Is anybody else seeing the testsuite hanging?
> The 3.1 testsuite was hanging at the weekend.
> The 3.0 testsuite started hanging after I synched last night.
> Windows XP
> Sun VM build 1.3.1_02-b02
>
> I'll try a full checkout this evening.
>
> Regards,
> Adrian
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to