Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-9190

Make trace logging faster by writing a separate log file for each test

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Minor Minor
    • 9.3.0.Final
    • 9.3.0.Final
    • Build
    • None

      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.

              dberinde@redhat.com Dan Berindei (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: