You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2018/02/23 19:45:00 UTC

[jira] [Created] (GEODE-4741) DUnit launches ChildVMs with hardcoded heap size

Kirk Lund created GEODE-4741:
--------------------------------

             Summary: DUnit launches ChildVMs with hardcoded heap size
                 Key: GEODE-4741
                 URL: https://issues.apache.org/jira/browse/GEODE-4741
             Project: Geode
          Issue Type: Bug
          Components: tests
            Reporter: Kirk Lund


This can result in tests such as PRQueryDUnitTest.testQueryResultsFromMembers passing in gradle but failing in an IDE such as IntelliJ. 

Adding -Xmx to the JUnit configuration for PRQueryDUnitTest.testQueryResultsFromMembers in IntelliJ causes this test to start passing. Moving the code in testQueryResultsFromMembers from the JUnit controller JVM to a ChildVM also causes the test to start passing (because all 3 datastores are sized equivalently instead of having one be different size).

The better solution is to change DUnit's ProcessManager to launch ChildVMs with the same heap size as the main JUnit controller JVM. Then they will always be equivalent in all environments.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)