Alexey Kazakov created JBIDE-14030:
--------------------------------------
Summary: jst.web.ui.tests time out
Key: JBIDE-14030
URL:
https://issues.jboss.org/browse/JBIDE-14030
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Alpha2
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.1.0.Alpha2
jQuery palette wizards tests fail because there is no web browser in jenkins. Our palette
catches SWT errors and log them but Eclipse threat them as critical errors when we are
trying to write them in the log and show an error dialog. This dialog blocks UI until the
test is killed by timeout.
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.17.0:test
(default-test) on project org.jboss.tools.jst.web.ui.test: Error while executing platform:
org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external
command, process killed. Process timeout out after 2400 seconds -> [Help 1]
{code}
We should wrap this SWT error in a new exception before logging it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira