|
[
Permalink
| « Hide
]
Mamta A. Satoor added a comment - 04/Feb/09 11:56 PM
I have the very simple change attached as a patch here. When I try to run the junit tests (through the ui and through just the text interface), I keep running into outofmemory errors towards the end of junit All suite (specifically databasemetadata, upgrade, encryption, after these, the ui just freezes and I can't see what else might be going on). I was wondering if anyone has spare cycles to try this patch on their machine. In the mean time, I will fire the derbyall tests. Thanks
derbyall ran fine with jdk15 on my machine. Hoping someone can try my patch and run *junit tests* to see if everything runs fine on their machine.
I have run .suites.All with the patch and saw no issues.
(java -Xmx256M -XX:MaxPermSize=128M ... junit.textui.TestRunner ....suites.All) Thanks for trying the patch, Ole. I will go ahead and commit it.
BTW, I was running junit suite as follows
java -Xmx1024m -cp '../../tools/java/junit.jar;../../classes' junit.swingui.TestRunner -noloading org.apache.derbyTesting.functionTests.suites.All Committed the changes with revision 741118. Will reopen the issue if any issues are discovered. The junit tests ran fine on Ole's machine and derbyall ran fine on my machine,
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||