On 5/10/06, Ramandeep Kaur <[EMAIL PROTECTED]> wrote:
Hi All,[snip]
1. jvm heap size need to be increased while running test case lang/largeCodeGen.java which is easy to do in case of framework "embedded" as the change can be made to largeCodeGen_app.properties file.In case of DerbyNetClient, java heap size need to be increased while starting Network Server as well which can be done by giving -Djvmflags="-mx512M -ms512M" while running lang/largeCodeGen.java test case individually with RunTest class. However while running lang/largeCodeGen.java as part of suite largeData with RunSuite class, -Djvmflags="-mx512M -ms512M" can not be given as command line as RunSuite does not parse this flag properly and does not pass it to RunTest properly. Now, if we change NetworkServer.java class to increase jvm heap size, it will be increased for all the test cases. I already have a JIRA bug open ( http://issues.apache.org/jira/browse/DERBY-1091 ) to fix jvmflags parsing problem.
I may be misunderstanding the problem, so this is to confirm - do you want to run all tests in the suite largeDataTests with these jvmflags?
As a workaround, does it work to have these jvmflags in every tests' _app.properties file?
Myrna
