You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Spring, Maven, Java 8, TestNG setup where one test uses @DirtiesContext. In this VERY specific setup the test fails when I use mvn test. This seems to be related to the class names and the order in which tests are run.
Notice that the class AbstractClassSomeUnrelatedTest does not serve any purpose, but has the same name prefix as the abstract test class. Changing the name to something else fixes the problem.
Affects: 5.2.4.RELEASE
To reproduce: https://github.com/C-Otto/dirtiescontext
I have a Spring, Maven, Java 8, TestNG setup where one test uses
@DirtiesContext
. In this VERY specific setup the test fails when I usemvn test
. This seems to be related to the class names and the order in which tests are run.Notice that the class
AbstractClassSomeUnrelatedTest
does not serve any purpose, but has the same name prefix as theabstract
test class. Changing the name to something else fixes the problem.Related to #8560?
The text was updated successfully, but these errors were encountered: