[arquillian-issues] [JBoss JIRA] (ARQ-710) Separated per-test and per-container log files.

Ondrej Zizka (Updated) (JIRA) jira-events at lists.jboss.org
Mon Jan 9 09:39:09 EST 2012


     [ https://issues.jboss.org/browse/ARQ-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ondrej Zizka updated ARQ-710:
-----------------------------

    Description: 
What's the best way to separate server and client log messages?

Currently, log messages can either go to the console, and Arquillian "forwards" them to Surefire, which causes mixed client and server messages.
Or, messages can go to the server log file as usually. Which ends up in tens of megabytes long log files.

So, either arq can log to an arbitrary file, or Surefire could have support for multiple logs.
The later won't happen any soon I guess Arq just forwards anything to surefire.

So, let's say I want to have separated log files in surefire-reports dir:
* org.jboss.FooBarTestCase-client,
* org.jboss.FooBarTestCase-server1,
* org.jboss.FooBarTestCase-server2, ...

This feature is quite important for large testsuites which produce tons of log messages,
and even more for multi-node tests.

  was:
What's the best way to separate server and client log messages?

Currently, any output is redirected to Surefire. Which only creates one output.
So, either arq can log to an arbitrary file, or surefire could have support for multiple logs.
The later won't happen any soon I guess Arq just forwards anything to surefire.

So, let's say I want to have separated log files in surefire-reports dir:
* org.jboss.FooBarTestCase-client,
* org.jboss.FooBarTestCase-server1,
* org.jboss.FooBarTestCase-server2, ...

This feature is quite important for large testsuites which produce tons of log messages,
and even more for multi-node tests.


    
> Separated per-test and per-container log files.
> -----------------------------------------------
>
>                 Key: ARQ-710
>                 URL: https://issues.jboss.org/browse/ARQ-710
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Base Implementation
>    Affects Versions: 1.0.0.CR7
>            Reporter: Ondrej Zizka
>            Priority: Critical
>
> What's the best way to separate server and client log messages?
> Currently, log messages can either go to the console, and Arquillian "forwards" them to Surefire, which causes mixed client and server messages.
> Or, messages can go to the server log file as usually. Which ends up in tens of megabytes long log files.
> So, either arq can log to an arbitrary file, or Surefire could have support for multiple logs.
> The later won't happen any soon I guess Arq just forwards anything to surefire.
> So, let's say I want to have separated log files in surefire-reports dir:
> * org.jboss.FooBarTestCase-client,
> * org.jboss.FooBarTestCase-server1,
> * org.jboss.FooBarTestCase-server2, ...
> This feature is quite important for large testsuites which produce tons of log messages,
> and even more for multi-node tests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list