mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valery Kharseko
9 hours ago 8e4bdfbc4542b37b989e632ccb1315bf32495439
[#801] Drop the rerunFailingTestsCount setting that never applied to TestNG (#804)
1 files modified
10 ■■■■■ changed files
opendj-server-legacy/pom.xml 10 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -1281,7 +1281,15 @@
                  <forkCount>1</forkCount>
                  <parallel>none</parallel>
                  <runOrder>alphabetical</runOrder>
                  <rerunFailingTestsCount>3</rerunFailingTestsCount>
                  <!--
                    No <rerunFailingTestsCount> here on purpose. These tests run with the TestNG
                    provider, which ignores that option: up to and including surefire/failsafe 3.5.x
                    it is implemented by the JUnit 4/5 providers only (SUREFIRE-2134 is still open).
                    Nothing was ever rerun here - neither plain @Test methods nor @DataProvider
                    driven ones - so the setting only looked like a safety net, see issue #801.
                    It starts working with surefire 3.6.0, where TestNG is executed through the
                    unified JUnit Platform provider; moving to it is a migration of its own.
                  -->
                </configuration>
              </execution>
            </executions>