Open chenejac opened 3 years ago
Brian Lowe (Migrated from VIVO-2005) said:
For 1.12.1, we will specify a runOrder for the Vitro unit tests to ensure that they always run properly. This is the expedient fix for the general problem that will be addressed in https://jira.lyrasis.org/browse/VIVO-2003 .
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <runOrder>alphabetical</runOrder> </configuration> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>
Brian Lowe said:
Pull requests:
[https://github.com/vivo-project/Vitro/pull/244]
[https://github.com/vivo-project/VIVO/pull/246]
Brian Lowe (Migrated from VIVO-2005) said:
For 1.12.1, we will specify a runOrder for the Vitro unit tests to ensure that they always run properly. This is the expedient fix for the general problem that will be addressed in https://jira.lyrasis.org/browse/VIVO-2003 .
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>alphabetical</runOrder>
</configuration>
</plugin>