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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

            dberinde@redhat.com Dan Berindei (Inactive)
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: