Set default test order to alphabetical#10925
Conversation
| <artifactId>maven-surefire-plugin</artifactId> | ||
| <version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-surefire-plugin;external_dependency} --> | ||
| <configuration> | ||
| <runOrder>alphabetical</runOrder> |
There was a problem hiding this comment.
This will be override by client setting. Storage has its own surefire setting.
There was a problem hiding this comment.
Maven by default merges configuration, since this isn't set in Storage it should use this value. Another question is will Spock respect this configuration.
|
I'm not OK with this change and I do not think it should be checked in. Tests should be able to run in any order. If test A fails because test B ran first, then the tests should be fixed, not the ordering. |
Ideally yes, and if we really wanted to enforce this we would set the default to Between So I propose we move from |
|
All pipelines pass with this change, so it should be safe if the team agrees this is a step forward. |
Uh oh!
There was an error while loading. Please reload this page.