Skip to content

Commit 42a2435

Browse files
committed
Use alphabetical run order of tests
Change the run order of tests from "filesystem" (default) to "alphabetical". The default run order is based on filesystem order, which proved to be unreliable and different on different machines. This made debugging of issues (for example #170) much harder and not reproducible. "alphabetical" is more stable.
1 parent 2650f5f commit 42a2435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@
746746
<groups>${test.groups}</groups>
747747
<useFile>false</useFile>
748748
<argLine>-Djdk.attach.allowAttachSelf=true</argLine>
749+
<runOrder>alphabetical</runOrder>
749750
<systemPropertyVariables>
750751
<cassandra.version>${cassandra.version}</cassandra.version>
751752
<ipprefix>${ipprefix}</ipprefix>
@@ -776,6 +777,7 @@
776777
<configuration>
777778
<groups>${test.groups}</groups>
778779
<useFile>false</useFile>
780+
<runOrder>alphabetical</runOrder>
779781
<systemPropertyVariables>
780782
<cassandra.version>${cassandra.version}</cassandra.version>
781783
<ipprefix>${ipprefix}</ipprefix>

0 commit comments

Comments
 (0)