[ https://issues.apache.org/jira/browse/SUREFIRE-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Arvind Joshi updated SUREFIRE-2252: ----------------------------------- Description: *Issue* When I execute tests concurrently (at class level), I see the failsafe xmls being generated, but the test methods themselves seem to be mixed up with other classes. *Expectation* Each failsafe xml is unique to a class, which was the case with the JUnit4 provider. *Versions* maven failsafe plugin 3.2.5 JUnit 5.10.2 *Sample code and Test results* Please see attached files *Running the tests attached* ``` ``` was: *Issue* When I execute tests concurrently (at class level), I see the failsafe xmls being generated, but the test methods themselves seem to be mixed up with other classes. *Expectation* Each failsafe xml is unique to a class, which was the case with the JUnit4 provider. *Versions* maven failsafe plugin 3.2.5 JUnit 5.10.2 *Sample code and Test results* Please see attached files > Failsafe xml for a test class has results from another class > ------------------------------------------------------------ > > Key: SUREFIRE-2252 > URL: https://issues.apache.org/jira/browse/SUREFIRE-2252 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Failsafe Plugin > Affects Versions: 3.2.5 > Environment: Maven/JUnit5/Mac > Reporter: Arvind Joshi > Priority: Major > Attachments: ClassAIT.java, ClassBIT.java, > TEST-org.example.ClassAIT.xml, TEST-org.example.ClassBIT.xml, pom.xml > > > *Issue* > When I execute tests concurrently (at class level), I see the failsafe xmls > being generated, but the test methods themselves seem to be mixed up with > other classes. > *Expectation* > Each failsafe xml is unique to a class, which was the case with the JUnit4 > provider. > *Versions* > maven failsafe plugin 3.2.5 > JUnit 5.10.2 > *Sample code and Test results* > Please see attached files > *Running the tests attached* > ``` > > ``` -- This message was sent by Atlassian Jira (v8.20.10#820010)