[ 
https://jira.codehaus.org/browse/SUREFIRE-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=338646#comment-338646
 ] 

Andreas Gudian commented on SUREFIRE-1049:
------------------------------------------

Hi Leonardo,

I cloned your repo and checked a bit further: the first thing I noticed is that 
your parent pom.xml specifies the plugin versions and configuration in 
build/plugins/.. instead of using build/pluginManagement/.. - That's why your 
plugin versions also need to be updated in the child poms, including 
Common/pom.xml (which currently also uses the 2.11/2.12 mix). I confiured it 
with 2.16 and the output was printed as expected.
What's not so much expected is, that the one test of InvokerHistoryTest fails 
with 2.16. But I would suggest that you try to find the reason for that in your 
code first.

I would like to close this issue, if it's ok with you.
                
> Printing "running test" after test is completed
> -----------------------------------------------
>
>                 Key: SUREFIRE-1049
>                 URL: https://jira.codehaus.org/browse/SUREFIRE-1049
>             Project: Maven Surefire
>          Issue Type: Bug
>         Environment: At least Linux, but I believe all environments are 
> affected.
>            Reporter: Leonardo Leite
>            Priority: Trivial
>
> Problem: the message "running <test name>" is printed just after the test is 
> completed, being printed together the message "Tests run: X, Failures: Y ...".
> Consequence: when a test gets frozen, I do not know which test is frozen!
> Desired behavior: print "running <test name>" when the test execution starts, 
> and print "Tests run: X, Failures: Y ..." when the test execution finishes. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to