[jbosstools-issues] [JBoss JIRA] (JBIDE-16137) webservices component build slow during tests

Brian Fitzpatrick (JIRA) jira-events at lists.jboss.org
Fri Dec 6 13:26:05 EST 2013


    [ https://issues.jboss.org/browse/JBIDE-16137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12929281#comment-12929281 ] 

Brian Fitzpatrick commented on JBIDE-16137:
-------------------------------------------

Interestingly... I'm seeing this (on my Windows 7 box):
{code}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.tools.ws.creation.core.test.JBossWSCreationCoreTestSuite
Ignoring the non-build long running job: Workbench Auto-Save Job
Ignoring the non-build long running job: Workbench Auto-Save Job
Ignoring the non-build long running job: Workbench Auto-Save Job
Ignoring the non-build long running job: Workbench Auto-Save Job
Ignoring the non-build long running job: Workbench Auto-Save Job
Ignoring the non-build long running job: Workbench Auto-Save Job
Ignoring the non-build long running job: Workbench Auto-Save Job
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ws.all ............................................ SUCCESS [0.442s]
[INFO] ws.plugins ........................................ SUCCESS [0.007s]
[INFO] org.jboss.tools.ws.core ........................... SUCCESS [2.500s]
[INFO] org.jboss.tools.ws.creation.core .................. SUCCESS [1.791s]
[INFO] org.jboss.tools.ws.wise.ui ........................ SUCCESS [2.907s]
[INFO] org.jboss.tools.ws.ui ............................. SUCCESS [3.466s]
[INFO] org.jboss.tools.ws.creation.ui .................... SUCCESS [1.444s]
[INFO] org.jboss.tools.ws.jaxrs.core ..................... SUCCESS [1.791s]
[INFO] org.jboss.tools.ws.jaxrs.ui ....................... SUCCESS [1.491s]
[INFO] ws.tests .......................................... SUCCESS [0.006s]
[INFO] org.jboss.tools.ws.core.test ...................... SUCCESS [35.929s]
[INFO] org.jboss.tools.ws.creation.core.test ............. FAILURE [1:00:56.771s]
[INFO] org.jboss.tools.ws.ui.test ........................ SKIPPED
[INFO] org.jboss.tools.ws.jaxrs.core.test ................ SKIPPED
[INFO] ws.features ....................................... SKIPPED
[INFO] org.jboss.tools.ws.feature ........................ SKIPPED
[INFO] org.jboss.tools.ws.jaxrs.feature .................. SKIPPED
[INFO] org.jboss.tools.ws.test.feature ................... SKIPPED
[INFO] ws.site ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:02:31.779s
[INFO] Finished at: Fri Dec 06 11:22:25 MST 2013
[INFO] Final Memory: 64M/163M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.19.0:test (default-test) on project org.jboss.tools.ws.creation.core.test: Error while executing platform: org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed. Process timeout out after 3600 seconds -> [Help 1]
{code}
                
> webservices component build slow during tests
> ---------------------------------------------
>
>                 Key: JBIDE-16137
>                 URL: https://issues.jboss.org/browse/JBIDE-16137
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build, webservices
>    Affects Versions: 4.2.0.Alpha1
>         Environment: Luna 4.4 M3 TP
>            Reporter: Xavier Coulon
>            Assignee: Xavier Coulon
>         Attachments: jstack-43357.txt
>
>
> when reaching the tests on org.jboss.tools.ws.creation.core.tests, a workbench window appears but nothing is drawn and the build is *very* slow 
> {code}
> [INFO] Command line:
> 	/bin/sh -c cd /Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test && /Library/Java/JavaVirtualMachines/jdk1.7.0_12.jdk/Contents/Home/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=macosx -Dosgi.ws=cocoa -Dosgi.arch=x86_64 '-javaagent:/Users/xcoulon/.m2/repository/org/jacoco/org.jacoco.agent/0.6.1.201212231917/org.jacoco.agent-0.6.1.201212231917-runtime.jar=destfile=/Users/xcoulon/code/jbosstools/jbosstools-webservices/target/jacoco.exec,append=true,includes=org.jboss.tools.ws.creation.core*' -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -XstartOnFirstThread '-Djbosstools.test.jre.6=${jbosstools.test.jre.6}' '-Djbosstools.test.jre.5=${jbosstools.test.jre.5}' -Djbosstools.test.jboss.home.4.2=/Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/requirements/jboss-4.2.3.GA -Dusage_reporting_enabled=false -Dorg.jboss.tools.tests.skipPrivateRequirements=true -Dorg.eclipse.ui.testsDisableWorkbenchAutoSave=true -Dosgi.clean=true -jar /Users/xcoulon/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20130327-1440/org.eclipse.equinox.launcher-1.3.0.v20130327-1440.jar -data /Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/work/data -install /Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/work -configuration /Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /Users/xcoulon/code/jbosstools/jbosstools-webservices/tests/org.jboss.tools.ws.creation.core.test/target/surefire.properties
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.jboss.tools.ws.creation.core.test.JBossWSCreationCoreTestSuite
> {code}

--
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



More information about the jbosstools-issues mailing list