On 05/22/2013 01:42 PM, Snjezana Peco wrote:
We would need to apply
https://github.com/jbosstools/jbosstools-build/pull/88. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=405456
The test failure at
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBossTools_Trunk/job/jbosstools-base_master/260/testReport/org.jboss.tools.common.model.test/ClassPathTest/testSharingJarContent/
is caused by this bug.
The real cause of this issue is xvfb started to provide display for
tests, switching to xvnc solves the issue. The same problem was
discovered for hibernate tests, even disabling workspace auto save job
through plugin_customization.ini didn't solve the issue and build stuck
anyway in Display.sleep() method forever.
There is a drawbackt to Xvnc, see