eclipse-ee4j / jakartaee-tck-tools

Other
7 stars 15 forks source link

Code generation should add a test method sort order to match EE10 default #110

Closed starksm64 closed 3 weeks ago

starksm64 commented 3 weeks ago

There appear to be some side-effects due to the order in which tests are being run. In EE10 the tests are sorted to alphabetical order by default. This has been seen to fix one issue, https://github.com/jakartaee/platform-tck/issues/1464. We should use the @TestMethodOrder(MethodOrderer.MethodName.class) ordering by default to match the EE10 behavior.