You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2016/01/19 20:30:39 UTC

[jira] [Created] (GEODE-792) CI failure: LifecycleListenerJUnitTest.testCallbacksAreCalledAfterReuseWithFreeTrue

Darrel Schneider created GEODE-792:
--------------------------------------

             Summary: CI failure: LifecycleListenerJUnitTest.testCallbacksAreCalledAfterReuseWithFreeTrue
                 Key: GEODE-792
                 URL: https://issues.apache.org/jira/browse/GEODE-792
             Project: Geode
          Issue Type: Bug
          Components: offheap
            Reporter: Darrel Schneider


java.lang.AssertionError: expected:<false> but was:<true>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at com.gemstone.gemfire.internal.offheap.LifecycleListenerJUnitTest.closeAndFree(LifecycleListenerJUnitTest.java:147)
	at com.gemstone.gemfire.internal.offheap.LifecycleListenerJUnitTest.testCallbacksAreCalledAfterReuseWithFreeTrue(LifecycleListenerJUnitTest.java:168)

line 147: assertEquals(false, Boolean.getBoolean(SimpleMemoryAllocatorImpl.FREE_OFF_HEAP_MEMORY_PROPERTY));



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