[ 
https://issues.apache.org/jira/browse/SUREFIRE-1152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14713006#comment-14713006
 ] 

Tibor Digana commented on SUREFIRE-1152:
----------------------------------------

[~sflanigan]
I wil release the project in September. It's not stable right now. I want to 
commit this week and check filter in DirectoryScanner and getSuites() method in 
TestNG runner. Meanwhile we will commit to pull requests from GitHub which are 
done and need a deep check.

Can I ask you next days to test snapshot version in real project like yours?

> 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)

Reply via email to