[
https://issues.jboss.org/browse/JBIDE-11094?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-11094 at 4/4/12 12:34 AM:
-------------------------------------------------------------
Running locally:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test
(default-test) on project org.jboss.tools.tests.tests: There are test failures.
[ERROR]
[ERROR] Please refer to
/home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/tests/tests/org.jboss.tools.tests.tests/target/surefire-reports
for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test
(default-test) on project org.jboss.ide.eclipse.archives.test: Error while executing
platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing
external command, process killed. Process timeout out after 1800 seconds -> [Help 2]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test
(default-test) on project org.jboss.ide.eclipse.archives.ui.test: Error while executing
platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing
external command, process killed. Process timeout out after 1800 seconds -> [Help 2]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test
(default-test) on project org.jboss.tools.usage.test: Error while executing platform:
org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external
command, process killed. Process timeout out after 1800 seconds -> [Help 2]
{code}
So... either these tests take too long, my internet sucks, or I need to allocate more RAM
to them?
Tried again like this:
{code}
MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m" mvn3
clean install -f ../build/pom.xml -Pdefault,archives-bootstrap,local.site
{code}
but still timing out. So... meh. Committing my fix. Will see if Jenkins can do better than
I can at home.
https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--ar... >=806
was (Author: nickboldt):
Running locally:
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test
(default-test) on project org.jboss.tools.tests.tests: There are test failures.
[ERROR]
[ERROR] Please refer to
/home/nboldt/eclipse/workspace-jboss/jbosstools_trunk/tests/tests/org.jboss.tools.tests.tests/target/surefire-reports
for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test
(default-test) on project org.jboss.ide.eclipse.archives.test: Error while executing
platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing
external command, process killed. Process timeout out after 1800 seconds -> [Help 2]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test
(default-test) on project org.jboss.ide.eclipse.archives.ui.test: Error while executing
platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing
external command, process killed. Process timeout out after 1800 seconds -> [Help 2]
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test
(default-test) on project org.jboss.tools.usage.test: Error while executing platform:
org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external
command, process killed. Process timeout out after 1800 seconds -> [Help 2]
{code}
So... either these tests take too long, my internet sucks, or I need to allocate more RAM
to them?
Tried again like this:
{code}
MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m" mvn3
clean install -f ../build/pom.xml -Pdefault,archives-bootstrap,local.site
{code}
but still timing out. So... meh. Committing my fix. Will see if Jenkins can do better than
I can at home.
archives uses explodedBundles in surefire/feature xml instead of
BundleShape
----------------------------------------------------------------------------
Key: JBIDE-11094
URL:
https://issues.jboss.org/browse/JBIDE-11094
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Reporter: Max Rydahl Andersen
Assignee: Nick Boldt
Fix For: 3.3.0.Beta3
Attachments: JBIDE-11094.patch, JBIDE11094.patch2.txt
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira