You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sam Tunnicliffe (JIRA)" <ji...@apache.org> on 2015/05/15 17:02:01 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-9376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sam Tunnicliffe updated CASSANDRA-9376:
---------------------------------------
    Reviewer: Sam Tunnicliffe

> 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)