[
https://issues.apache.org/jira/browse/SUREFIRE-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15573101#comment-15573101
]
Hudson commented on SUREFIRE-1246:
----------------------------------
SUCCESS: Integrated in Jenkins build maven-surefire-junit5 #8 (See
[https://builds.apache.org/job/maven-surefire-junit5/8/])
[SUREFIRE-1246] Surefire + Cobertura: Shutdown of Forked JVM timeouts (tibor17:
rev 2c6105c5e5a1d148e2edcbc385bb2ed66969e667)
* (edit)
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/BooterSerializer.java
* (edit)
maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java
* (edit)
surefire-booter/src/main/java/org/apache/maven/surefire/booter/ProviderFactory.java
* (edit)
surefire-api/src/main/java/org/apache/maven/surefire/booter/BaseProviderFactory.java
* (edit)
surefire-api/src/main/java/org/apache/maven/surefire/providerapi/ProviderParameters.java
* (edit)
maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/BooterDeserializerStartupConfigurationTest.java
* (edit)
surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
* (edit)
surefire-booter/src/main/java/org/apache/maven/surefire/booter/ProviderConfiguration.java
* (edit)
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireExecutionParameters.java
* (edit)
surefire-api/src/main/java/org/apache/maven/surefire/booter/SurefireReflector.java
* (edit)
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
* (edit)
surefire-booter/src/main/java/org/apache/maven/surefire/booter/BooterDeserializer.java
* (edit)
maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/IntegrationTestMojo.java
* (edit)
maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/BooterDeserializerProviderConfigurationTest.java
* (edit) maven-surefire-plugin/src/site/apt/examples/shutdown.apt.vm
* (edit)
surefire-booter/src/main/java/org/apache/maven/surefire/booter/BooterConstants.java
[SUREFIRE-1246] Surefire + Cobertura: Shutdown of Forked JVM timeouts (tibor17:
rev 9dc15743de2c9ba189837d41752cf973507d6c31)
* (edit)
surefire-booter/src/main/java/org/apache/maven/surefire/booter/ProviderConfiguration.java
* (edit)
maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java
> Surefire + Cobertura: Shutdown of Forked JVM timeouts before all thread ends
> ----------------------------------------------------------------------------
>
> Key: SUREFIRE-1246
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1246
> Project: Maven Surefire
> Issue Type: Improvement
> Components: Maven Failsafe Plugin, Maven Surefire Plugin
> Affects Versions: 2.19.1
> Reporter: Ivo Pinheiro
> Assignee: Tibor Digana
> Fix For: 2.19.2
>
>
> There should be a possibility to configure the Embedded shutdown timeout, to
> a value greater than 30 seconds.
> When using cobertura to evaluate the code coverage, and with a big number of
> tests to run, the surefire plugin does not wait for cobertura writes all
> cobertura information to cobertura.ser because the 30 seconds embedded
> shutdown timeout is not sufficient.
> Is it possible to add a configuration property to surefire-plugin to
> configure the embedded timeout time?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)