dev@glassfish.java.net

Re: 3 Test Failures on runtest

From: Sivakumar Thyagarajan <Sivakumar.Thyagarajan_at_Sun.COM>
Date: Wed, 18 Oct 2006 16:18:33 +0530

Hi David

The QL tests seems to be passing in the last couple of builds [1].

> Any ideas on where to start looking to solve this?
One way to debug these failures is to run a test alone and watch out for
errors/exceptions in the server/client log.

Here are instructions to run a test
[assume domain/derby is stopped and APS_HOME/S1AS_HOME is configured]
- cd $APS_HOME
- $S1AS_HOME/bin/asant startDomain
- $S1AS_HOME/bin/asant stopDomain
- cd sqetests/connector/cci
- $S1AS_HOME/bin/asant all

Thanks
--Siva.
[1]
http://glassfishbuildtools.sun.com:8000/hudson/job/glassfish/build/2006-10-17_21-27-45/console
David Harrigan wrote:
> Hi,
>
> I'm getting three test failures on running appserv-tests runtest at:
>
> Connector:cci Connector standalone rar Test status:ID
> Connector:cci Connector Embedded rar Test status:ID
> web-to-ejb (ear based)
>
> on v2 b21
>
> I've just checked out the sources and followed the build instructions
> and running the test instructions.
>
> Any ideas on where to start looking to solve this?
>
> TIA
>
> -=david=-