You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ariel Weisberg (JIRA)" <ji...@apache.org> on 2015/05/13 21:03:00 UTC

[jira] [Created] (CASSANDRA-9376) Investigate using asynchronous logback config for tests to avoid timeouts and reduce test time

Ariel Weisberg created CASSANDRA-9376:
-----------------------------------------

             Summary: Investigate using asynchronous logback config for tests to avoid timeouts and reduce test time
                 Key: CASSANDRA-9376
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9376
             Project: Cassandra
          Issue Type: Test
            Reporter: Ariel Weisberg
            Assignee: Ariel Weisberg


unit tests are run with debug logging which can generate a lot of output. Every log statement results in a write to the file descriptor so it is not zippy.

Make the logging async and don't flush for every log statement. Have logback register a shutdown hook to make sure everything flushes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)