You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/01/20 19:34:40 UTC

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

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

ASF subversion and git services commented on GEODE-792:
-------------------------------------------------------

Commit 7c4dda25832460babb877717fb96e087a7dd2772 in incubator-geode's branch refs/heads/develop from [~dschneider]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=7c4dda2 ]

GEODE-701: fix tests using FREE_OFF_HEAP_MEMORY_PROPERTY

Fixes: GEODE-701, GEODE-712, GEODE-791, GEODE-792, GEODE-793.
Tests that change the FREE_OFF_HEAP_MEMORY_PROPERTY system property
now use the RestoreSystemProperties rule to ensure that the properties
are restored to their original values.


> 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
>            Assignee: Darrel Schneider
>              Labels: CI
>
> 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)