Bryan, I follow the same steps as you that is run derbyall and follow is right away with Junit All suite. I haven't seen the problem you are encountering. I wonder if some test failed in derbyall and it left the wombat database after the failure.
Mamta On 2/4/07, Bryan Pendleton <[EMAIL PROTECTED]> wrote:
I have this habit of running the tests by typing: java org.apache.derbyTesting.functionTests.harness.RunSuite derbyall; java junit.textui.TestRunner org.apache.derbyTesting.functionTests.suites.All That is, both commands consecutively in the same directory. The last time I tried this, I got a bunch of errors during the Junit tests about "Failed to create database 'wombat'... directory already exists". When I run the Junit tests in an empty directory by themselves, no problem. Anybody else seeing this? thanks, bryan
