mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-09 12:23:47 +00:00
ARTEMIS-5214 Using Fork on compatibility tests
Compatibility tests is creating classLoaders which may leak or be held of SoftCaches in Groovy
This commit is contained in:
parent
83df814438
commit
7bf596ce01
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user