You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Alessandro Baffa (JIRA)" <ji...@apache.org> on 2018/03/27 05:32:00 UTC

[jira] [Commented] (LOG4J2-1316) LoggerContextRule doesn't work with @Rule when multiple tests log.

    [ https://issues.apache.org/jira/browse/LOG4J2-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415046#comment-16415046 ] 

Alessandro Baffa commented on LOG4J2-1316:
------------------------------------------

Very sorry to comment here again. But I am having the same issue, using a _non static_ LoggerContextRule with @Rule.

IsĀ it the same problem?

> LoggerContextRule doesn't work with @Rule when multiple tests log. 
> -------------------------------------------------------------------
>
>                 Key: LOG4J2-1316
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-1316
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.5
>            Reporter: Justin Knowles
>            Priority: Minor
>              Labels: junit, test
>
> The LoggerContextRule when used with JUnit @Rule annotation to provide isolation between tests only logs the first test successfully.  Subsequent tests do not log at all.
> The issue appears to be with the call to `Configurator.shutdown(context);`.  It seems to prevent future calls to `Configurator.initialize(...` from working properly.  I have not seen any indication that repeated cycles of calls to `Configurator.initialize` and `Configurator.shutdown` should not create working contexts.
> As a test, I removed Configurator.shutdown and this resulted in the expected behavior.  I assume that is not a legitimate fix seeing that it would leak active contexts.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)