]
Dan Berindei updated ISPN-9190:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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.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.