You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Vemund Ostgaard <Ve...@Sun.COM> on 2006/03/02 11:32:19 UTC

Re: Questions about sanity test

Myrna van Lunteren wrote:

> Hi,
>  
> For the most basic check, I run sysinfo. :-)
> After that, I run the test lang/supersimple.sql. So, I'd do:
>  
> java org.apache.derbyTesting.functionTests.harness.RunTest 
> lang/supersimple.sql
> java -Dframework=DerbyNetClient 
> org.apache.derbyTesting.functionTests.harness.RunTest 
> lang/supersimple.sql
>  
> The test harness creates the database, and as this is a .sql test, in 
> essence, it uses ij. Running without any framework parameter defaults 
> to embedded, DerbyNetClient runs it with the network client.
>  

Thank you, Myrna. I will look closer at the test and the harness to 
understand how this works. From what you say this sounds close to what I 
was looking for.

Vemund