You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/09/22 17:42:13 UTC

[logging-log4j2] branch 2.x updated (ebc9f3878c -> c7f0f15dd6)

This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a change to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    from ebc9f3878c Add diagnostics to GC-free tests
     add c7f0f15dd6 Modernize QueueFullAsync* tests

No new revisions were added by this update.

Summary of changes:
 .../log4j/core/async/QueueFullAbstractTest.java    | 211 ++++++++++++++++++---
 .../core/async/QueueFullAsyncAppenderTest.java     |  77 ++------
 .../core/async/QueueFullAsyncAppenderTest2.java    |  55 +-----
 ...llAsyncLoggerConfigLoggingFromToStringTest.java | 108 +++--------
 ...lAsyncLoggerConfigLoggingFromToStringTest2.java |  56 +-----
 .../core/async/QueueFullAsyncLoggerConfigTest.java |  80 ++------
 .../async/QueueFullAsyncLoggerConfigTest2.java     |  54 +-----
 ...ueueFullAsyncLoggerLoggingFromToStringTest.java |  93 ++-------
 ...eueFullAsyncLoggerLoggingFromToStringTest2.java |  91 ++-------
 .../log4j/core/async/QueueFullAsyncLoggerTest.java |  89 ++-------
 .../core/async/QueueFullAsyncLoggerTest2.java      |  65 ++-----
 .../core/async/QueueFullAsyncLoggerTest3.java      |  71 +++----
 .../log4j/core/async/QueueFullAbstractTest.xml}    |   5 +-
 .../core/async/QueueFullAsyncAppenderTest.xml}     |   7 +-
 ...llAsyncLoggerConfigLoggingFromToStringTest.xml} |   5 +-
 .../core/async/QueueFullAsyncLoggerConfigTest.xml} |   5 +-
 16 files changed, 364 insertions(+), 708 deletions(-)
 rename log4j-core-test/src/test/resources/{log4j2-queueFull.xml => org/apache/logging/log4j/core/async/QueueFullAbstractTest.xml} (91%)
 rename log4j-core-test/src/test/resources/{log4j2-queueFullAsyncAppender.xml => org/apache/logging/log4j/core/async/QueueFullAsyncAppenderTest.xml} (88%)
 copy log4j-core-test/src/test/resources/{log4j2-queueFullAsyncLoggerConfig.xml => org/apache/logging/log4j/core/async/QueueFullAsyncLoggerConfigLoggingFromToStringTest.xml} (91%)
 rename log4j-core-test/src/test/resources/{log4j2-queueFullAsyncLoggerConfig.xml => org/apache/logging/log4j/core/async/QueueFullAsyncLoggerConfigTest.xml} (91%)