Hale Bales created GEODE-10216:
----------------------------------
Summary: 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
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.1#820001)