chenejac / VIVOTestMigrationJIRA

0 stars 0 forks source link

VIVO-2005: Add runOrder to unit tests #1894

Open chenejac opened 2 years ago

chenejac commented 2 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>

chenejac commented 2 years ago

Brian Lowe said:

Pull requests:

[https://github.com/vivo-project/Vitro/pull/244]

[https://github.com/vivo-project/VIVO/pull/246]