For 1) also check that you shutting down the db in the tearDown (if you don't already do this of course). Found hsqldb to require a clean shutdown and it fixed things for me.

Cheers,

Johan

Dan Fabulich wrote:
vetalok wrote:

1. Is it possible to add some delaying between few execution phases of surefire plugin, e.g 10 seconds (hsqldb says: ".lck file is locked by another process")?

Not really.  Much easier to add a "Thread.sleep()" line to your tests.

2. Is it possible to run my surefire executions in the same JVM across all executions?.

You've already set forkMode=never, which should do that by virtue of never spawning another JVM. Do you find it's not doing that?

-Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
you too?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to