Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363302 - [Unit Test Failure] org.eclipse.gmt.modisco.java.discoverer.cdo.tests
Summary: [Unit Test Failure] org.eclipse.gmt.modisco.java.discoverer.cdo.tests
Status: CLOSED DUPLICATE of bug 399411
Alias: None
Product: MoDisco
Classification: Modeling
Component: Infrastructure (show other bugs)
Version: 0.10.0   Edit
Hardware: PC Windows 7
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Gregoire Dupe CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 08:05 EST by Nicolas Bros CLA
Modified: 2016-05-12 08:40 EDT (History)
2 users (show)

See Also:
gdupe: kepler+
gdupe: luna+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bros CLA 2011-11-09 08:05:18 EST
The CDO tests do an OutOfMemoryError and prevent the build from finishing on Hudson. And when I test locally, the tests do an NPE in net4j and then stop.
So I'm disabling these tests in order to be able to build with the remaining tests.

Error on Hudson:

INFO:  Running test org.eclipse.gmt.modisco.java.discoverer.cdo.tests.JavaJunitCDO.varargs...
Exception in thread "Output Stream Monitor" java.lang.OutOfMemoryError: Java heap space
	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:99)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:393)
	at java.lang.StringBuffer.append(StringBuffer.java:225)
	at org.eclipse.debug.internal.core.OutputStreamMonitor.read(OutputStreamMonitor.java:154)
	at org.eclipse.debug.internal.core.OutputStreamMonitor.access$1(OutputStreamMonitor.java:134)
	at org.eclipse.debug.internal.core.OutputStreamMonitor$1.run(OutputStreamMonitor.java:207)
	at java.lang.Thread.run(Thread.java:595)
Build timed out. Aborting


Error on my PC:


main [debug.om] Starting bundle org.eclipse.net4j.db
main [debug.om] Starting bundle org.eclipse.emf.cdo.server
Thread-15 [debug.om] Starting bundle org.eclipse.net4j

!ENTRY org.eclipse.gmt.modisco.infra.common.cdo 4 0 2011-11-09 13:58:09.607
!MESSAGE java.lang.NullPointerException (org.eclipse.gmt.modisco.infra.common.cdo_0.10.0.qualifier)
!STACK 0
java.lang.NullPointerException
	at org.eclipse.net4j.util.container.ContainerUtil.prepareContainer(ContainerUtil.java:75)
	at org.eclipse.net4j.Net4jUtil.prepareContainer(Net4jUtil.java:52)
	at org.eclipse.gmt.modisco.infra.common.cdo.server.AbstractCDOServer$1.run(AbstractCDOServer.java:77)
Comment 1 Gregoire Dupe CLA 2015-06-05 07:14:28 EDT

*** This bug has been marked as a duplicate of bug 399411 ***