[ https://issues.apache.org/jira/browse/SUREFIRE-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tibor Digana closed SUREFIRE-1152. ---------------------------------- Resolution: Fixed https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=5c3a3138e3587c9d0f3be49bdafc61f929309e99 > Option rerunFailingTestsCount silently fails with test suites > ------------------------------------------------------------- > > Key: SUREFIRE-1152 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1152 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Failsafe Plugin, Maven Surefire Plugin > Affects Versions: 2.18.1 > Reporter: Sean Flanigan > Assignee: Tibor Digana > Fix For: 2.19 > > Attachments: flakyproject.zip > > > After a test failure (with {{rerunFailingTestsCount > 0}}), the > {{JUnit4*Provider.executeWithRerun}} calls {{execute}} again with a list of > the failing {{testMethods}}, but {{JUnit4*Provider.execute}} silently fails > to find the requested methods. > When {{testClass}} is actually a test suite class, it may not contain any > methods at all (other than inherited {{java.lang.Object}} methods). The > {{execute}} method iterates through the {{java.lang.Object}} methods, never > finds a match for the {{testMethods}}, and silently fails to execute anything. -- This message was sent by Atlassian JIRA (v6.3.4#6332)