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

Tristan Tarrant (JIRA) issues at jboss.org
Wed Jun 13 08:04:00 EDT 2018


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

Tristan Tarrant updated ISPN-9190:
----------------------------------
        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


> 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