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

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

Actually, that's what is supposed to happen. If you create a small example 
project and add a Thread.sleep(..) of some seconds in the test method, it 
_should_ print "running <test name>", then wait those some seconds, and then 
print the result.

If it doesn't, please attach the test project here (then we also see what test 
framework you use and which provider is chosen).
                
> 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