[ 
https://issues.apache.org/jira/browse/FALCON-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Jarcec Cecho updated FALCON-32:
-------------------------------------

    Attachment: bugFALCON-32.patch

Based on the documentation it seems that the only way how to add timeout to 
surefire plugin is to run the tests in forked mode.

Attached patch is redirecting the output to files and configuring surefire to 
run in the forked mode which achieves the later two requirements (nicer output 
and timeouts). Unfortunately I can see test failures with the new configuration 
that I'm going to investigate.
                
> Store test output in file rather then printing all the output into the console
> ------------------------------------------------------------------------------
>
>                 Key: FALCON-32
>                 URL: https://issues.apache.org/jira/browse/FALCON-32
>             Project: Falcon
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.3
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>            Priority: Trivial
>             Fix For: 0.3
>
>         Attachments: bugFALCON-32.patch, bugFALCON-32.patch
>
>
> Current build is printing all output into console, messing maven and test 
> outputs together. Also having everything in console makes test failure 
> investigation complicated. One still could redirect output of entire maven 
> command to file and investigate it there, but this seems to be unnecessary 
> and therefore I would like to propose taking advantage of surefire feature to 
> redirect the test output into files.

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