You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Fred Krone (JIRA)" <ji...@apache.org> on 2017/05/10 22:51:04 UTC

[jira] [Updated] (GEODE-2902) OffHeapLRURecoveryRegressionTest recoveringTooMuchDataDoesNotRunOutOfOffHeapMemory fails intermittently

     [ https://issues.apache.org/jira/browse/GEODE-2902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Krone updated GEODE-2902:
------------------------------
    Description: 
FIXED: test expects between 10-15 offheap objects, will fail otherwise.

org.apache.geode.internal.offheap.OffHeapLRURecoveryRegressionTest > recoveringTooMuchDataDoesNotRunOutOfOffHeapMemory FAILED
    java.lang.AssertionError: expected:<10> but was:<11>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.internal.offheap.OffHeapLRURecoveryRegressionTest.recoveringTooMuchDataDoesNotRunOutOfOffHeapMemory(OffHeapLRURecoveryRegressionTest.java:74)


  was:
org.apache.geode.internal.offheap.OffHeapLRURecoveryRegressionTest > recoveringTooMuchDataDoesNotRunOutOfOffHeapMemory FAILED
    java.lang.AssertionError: expected:<10> but was:<11>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.geode.internal.offheap.OffHeapLRURecoveryRegressionTest.recoveringTooMuchDataDoesNotRunOutOfOffHeapMemory(OffHeapLRURecoveryRegressionTest.java:74)



> OffHeapLRURecoveryRegressionTest recoveringTooMuchDataDoesNotRunOutOfOffHeapMemory fails intermittently
> -------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-2902
>                 URL: https://issues.apache.org/jira/browse/GEODE-2902
>             Project: Geode
>          Issue Type: Bug
>          Components: offheap
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>             Fix For: 1.2.0
>
>
> FIXED: test expects between 10-15 offheap objects, will fail otherwise.
> org.apache.geode.internal.offheap.OffHeapLRURecoveryRegressionTest > recoveringTooMuchDataDoesNotRunOutOfOffHeapMemory FAILED
>     java.lang.AssertionError: expected:<10> but was:<11>
>         at org.junit.Assert.fail(Assert.java:88)
>         at org.junit.Assert.failNotEquals(Assert.java:834)
>         at org.junit.Assert.assertEquals(Assert.java:645)
>         at org.junit.Assert.assertEquals(Assert.java:631)
>         at org.apache.geode.internal.offheap.OffHeapLRURecoveryRegressionTest.recoveringTooMuchDataDoesNotRunOutOfOffHeapMemory(OffHeapLRURecoveryRegressionTest.java:74)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)