[jbosstools-issues] [JBoss JIRA] (JBIDE-12021) intermittent test timeout after 1800 seconds in org.jboss.tools.cdi.core.test

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu May 31 14:55:18 EDT 2012


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

Nick Boldt edited comment on JBIDE-12021 at 5/31/12 2:55 PM:
-------------------------------------------------------------

Server on which the problem (#71) has occurred: dev88-rhel6-x86. But it's also built fine on the same box both before (#69) and after (#77, #78). 

Here's how the tests are run:

{code}
# build everything, don't run tests
mvn clean install -B -U -fae -e -P hudson,jbosstools-nightly-staging-composite,local.site \
-DJOB_NAME=${JOB_NAME} -DBUILD_ID=${BUILD_ID} -DBUILD_NUMBER=${BUILD_NUMBER} -Dmaven.test.skip -f cdi/pom.xml

#then run the tests
mvn install -B -U -fae -e -P hudson,jbosstools-nightly-staging-composite,local.site
-DJOB_NAME=${JOB_NAME} -DBUILD_ID=${BUILD_ID} -DBUILD_NUMBER=${BUILD_NUMBER}
-Pcoverage -Dcdi-coverage -f cdi/tests/pom.xml
{code}
In both cases, Maven/java memory settings are: 
{code}-Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m
{code}

Could it be related to code coverage? Have you ever run with the -Pcoverage -Dcdi-coverage flags?
                
      was (Author: nickboldt):
    Server on which the problem (#71) has occurred: dev88-rhel6-x86. But it's also built fine on the same box both before (#69) and after (#77, #78). 

Here's how the tests are run:

{code}
# build everything, don't run tests
mvn clean install -B -U -fae -e -P hudson,jbosstools-nightly-staging-composite,local.site \
-DJOB_NAME=${JOB_NAME} -DBUILD_ID=${BUILD_ID} -DBUILD_NUMBER=${BUILD_NUMBER} -Dmaven.test.skip -f cdi/pom.xml

#then run the tests
mvn install -B -U -fae -e -P hudson,jbosstools-nightly-staging-composite,local.site
-DJOB_NAME=${JOB_NAME} -DBUILD_ID=${BUILD_ID} -DBUILD_NUMBER=${BUILD_NUMBER}
-Pcoverage -Dcdi-coverage -f cdi/tests/pom.xml

In both cases, Maven/java memory settings are: -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=256m
{code}

Could it be related to code coverage? Have you ever run with the -Pcoverage -Dcdi-coverage flags?
                  
> intermittent test timeout after 1800 seconds in org.jboss.tools.cdi.core.test
> -----------------------------------------------------------------------------
>
>                 Key: JBIDE-12021
>                 URL: https://issues.jboss.org/browse/JBIDE-12021
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI
>    Affects Versions: 3.3.0.CR1
>            Reporter: Nick Boldt
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.0.Final
>
>
> Build OK, but tests timeout: 
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.1:test (default-test) on project 
> org.jboss.tools.cdi.core.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 1]
> {code}
> https://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_5.0.indigo/job/jbosstools-3.3_stable_branch.component--cdi/71/
> However, two builds earlier, we had all the tests pass:
> https://hudson.qa.jboss.com/hudson/view/DevStudio/view/DevStudio_5.0.indigo/job/jbosstools-3.3_stable_branch.component--cdi/69/

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

        


More information about the jbosstools-issues mailing list