You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Hale Bales (Jira)" <ji...@apache.org> on 2022/06/10 21:48:00 UTC

[jira] [Resolved] (GEODE-10216) Add test for existence of VM stats

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

Hale Bales resolved GEODE-10216.
--------------------------------
    Resolution: Fixed

> Add test for existence of VM stats
> ----------------------------------
>
>                 Key: GEODE-10216
>                 URL: https://issues.apache.org/jira/browse/GEODE-10216
>             Project: Geode
>          Issue Type: Test
>          Components: statistics
>    Affects Versions: 1.15.0
>            Reporter: Hale Bales
>            Assignee: Hale Bales
>            Priority: Major
>              Labels: pull-request-available
>
> When we started running with JDK 11, a couple of stats went missing (fdsOpen and fdLimit). This was resolved by adding the following line to test.gradle:
> {code:java}
> "--add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED",
> {code}
> This change was not tested. Add a test so that if something similar happens in the future, we will know about it before a customer has an issue.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)