Dan Berindei created ISPN-9190:
----------------------------------
Summary: 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
Priority: Minor
Fix For: 9.3.0.CR1
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)