You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/03/17 23:47:23 UTC

logging-log4j2 git commit: LOG4J2-1295 GC-free test now passes in unrolled varargs branch.

Repository: logging-log4j2
Updated Branches:
  refs/heads/LOG4J2-1278-gc-free-logger a74bb8fd4 -> fbe63f5e5


LOG4J2-1295 GC-free test now passes in unrolled varargs branch.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/fbe63f5e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/fbe63f5e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/fbe63f5e

Branch: refs/heads/LOG4J2-1278-gc-free-logger
Commit: fbe63f5e524e9495543775b931f851b2edb71e9c
Parents: a74bb8f
Author: rpopma <rp...@apache.org>
Authored: Fri Mar 18 07:47:18 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Fri Mar 18 07:47:18 2016 +0900

----------------------------------------------------------------------
 .../test/java/org/apache/logging/log4j/core/GcFreeLoggingTest.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fbe63f5e/log4j-core/src/test/java/org/apache/logging/log4j/core/GcFreeLoggingTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/GcFreeLoggingTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/GcFreeLoggingTest.java
index 2cca348..39a62a1 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/GcFreeLoggingTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/GcFreeLoggingTest.java
@@ -38,8 +38,6 @@ import static org.junit.Assert.*;
  */
 public class GcFreeLoggingTest {
 
-    // ignored: test still fails because of vararg arrays
-    @Ignore
     @Test
     public void testNoAllocationDuringSteadyStateLogging() throws Throwable {
         final String javaHome = System.getProperty("java.home");