[infinispan-issues] [JBoss JIRA] (ISPN-9190) Make trace logging faster by writing a separate log file for each test

Vittorio Rigamonti (JIRA) issues at jboss.org
Mon Jun 4 02:50:04 EDT 2018


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

Vittorio Rigamonti updated ISPN-9190:
-------------------------------------
    Fix Version/s: 9.3.0.Final
                       (was: 9.3.0.CR1)


> Make trace logging faster by writing a separate log file for each test
> ----------------------------------------------------------------------
>
>                 Key: ISPN-9190
>                 URL: https://issues.jboss.org/browse/ISPN-9190
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Build
>    Affects Versions: 9.3.0.Beta1
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>            Priority: Minor
>             Fix For: 9.3.0.Final
>
>
> Logging each test to a separate file is cheaper because each test uses a separate appender, so there's no contention. The total size may also be smaller (with {{CompressedFileAppender}}) because the test name is repeated a lot and there isn't so much overlap between different tests.
> Most important, keeping only the logs of failed tests becomes much faster.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list