Enable surefire for reuse 63/78763/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 13 Dec 2018 16:28:59 +0000 (17:28 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 13 Dec 2018 18:40:44 +0000 (18:40 +0000)
Not reusing forked JVMs leads to inability to efficiently cache
invariants, like SchemaContext et al.

Re-enable fork reuse by default, potentially fixing tests which
end up failing.

Change-Id: I1d1ad044d815d1f3bc96e3b56420149ccaa8fd81
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parent/pom.xml

index 3e6e9ffe4be2434d2e3fa4c4c7b235adfb0522c9..275fb23ce9265b8c082d5abd4331f409eaa10921 100644 (file)
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                     <runOrder>alphabetical</runOrder>
                     <threadCount>1</threadCount>
-                    <reuseForks>false</reuseForks>
                 </configuration>
             </plugin>
             <plugin>