This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 7bf596ce018a99e0a49fd3b4ee406e8e02febf03
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Dec 18 13:16:22 2024 -0500

    ARTEMIS-5214 Using Fork on compatibility tests
    
    Compatibility tests is creating classLoaders which may leak or be held of 
SoftCaches in Groovy
---
 tests/compatibility-tests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/compatibility-tests/pom.xml 
b/tests/compatibility-tests/pom.xml
index e8a8013c26..a97cb5a911 100644
--- a/tests/compatibility-tests/pom.xml
+++ b/tests/compatibility-tests/pom.xml
@@ -263,7 +263,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
                <forkCount>1</forkCount>
-               <reuseForks>true</reuseForks>
+               <reuseForks>false</reuseForks>
                <skipTests>${skipCompatibilityTests}</skipTests>
                <argLine>${activemq-surefire-argline}</argLine>
             </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to