jvz commented on code in PR #916:
URL: https://github.com/apache/logging-log4j2/pull/916#discussion_r889741333


##########
log4j-core/pom.xml:
##########
@@ -444,6 +444,30 @@
             
<org.apache.activemq.SERIALIZABLE_PACKAGES>*</org.apache.activemq.SERIALIZABLE_PACKAGES>
           </systemPropertyVariables>
         </configuration>
+        <executions>
+            <execution>
+                <id>default-test</id>
+                <phase>test</phase>
+                <goals>
+                  <goal>test</goal>
+                </goals>
+                <configuration>
+                   <includeJUnit5Engines>junit-jupiter</includeJUnit5Engines>
+                   <forkCount>1C</forkCount>
+                   <runOrder>random</runOrder>

Review Comment:
   Ah, that's another goal of mine whenever I set the ordering to random. I'm 
trying to see if there are any test interferences that would otherwise have 
gone unnoticed locally.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to