Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] RE: [wtp-dev] Ongoing JUnit failures in 3.0.4 builds

This is with reference to the failing pagedesigner JUnits in the 3.0.4 builds. (The pagedesigner tests throw an OutOfMemoryError)

I ran the JUnits locally with the VM args:
-Xmx512M -XX:MaxPermSize=512M
and the failing tests ran successfully.

The same tests, however, failed locally when no such VM settings were specified.

Is there any way to increase the memory made available to the tests on the build machine? 

- Debajit



-----Original Message-----
From: Nitin Dahyabhai [mailto:nitind@xxxxxxxxxx]
Sent: Monday, December 15, 2008 11:00 AM
To: wtp-dev@xxxxxxxxxxx
Subject: [wtp-dev] Ongoing JUnit failures in 3.0.4 builds


Although I've cleared up the JSDT versioning related failures in our 3.0.4 
builds, the build is still consistently breaking

I'm not sure what's going on with the WebServices Axis-related test, but 
the JSF Page Designer tests appear to either not be finishing or running 
out of memory:  
http://build.eclipse.org/webtools/committers/wtp-R3.0-M/20081211111933/M-3.0.4-20081211111933/testResults/html/org.eclipse.jst.pagedesigner.tests.AllTests.html 
.  Is there something that needs to change when running the Page Designer 
tests?  And is the WebServices failure being looked at?

Regards,
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top