[
https://issues.apache.org/jira/browse/GEODE-9669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451117#comment-17451117
]
ASF subversion and git services commented on GEODE-9669:
--------------------------------------------------------
Commit e69590e1061c0184385c1b2305f7593b1ec3f01a in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=e69590e ]
GEODE-9669: Improve reporting of Radish mem_fragmentation_ratio (#7127)
- For this implementation, this value is the ratio of total amount of
memory available to the JVM (Java heap) vs. the amount of memory
used by the JVM.
> AbstractRedisInfoStatsIntegrationTest.memFragmentation_shouldBeGreaterThanOne
> is Failing
> ----------------------------------------------------------------------------------------
>
> Key: GEODE-9669
> URL: https://issues.apache.org/jira/browse/GEODE-9669
> Project: Geode
> Issue Type: Test
> Components: redis
> Reporter: Wayne
> Assignee: Jens Deppe
> Priority: Major
> Labels: pull-request-available
>
> The
> AbstractRedisInfoStatsIntegrationTest.memFragmentation_shouldBeGreaterThanOne
> test is currently disabled with the @Ignore annotation. Ideally, we would
> like to remove the @Ignore annotation and fix the test/product issues causing
> failure. At present, the tests always returns a 1 for the queried stat.
> +Acceptance Criteria+
> The
> AbstractRedisInfoStatsIntegrationTest.memFragmentation_shouldBeGreaterThanOne
> test no longer fails and the @Ignore annotation has been removed.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)