You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jason Huynh (JIRA)" <ji...@apache.org> on 2016/03/08 23:57:40 UTC

[jira] [Created] (GEODE-1059) QueryREUpdateInProgressJUnitTest needs should not instantiate PRQueryHelper

Jason Huynh created GEODE-1059:
----------------------------------

             Summary: QueryREUpdateInProgressJUnitTest needs should not instantiate PRQueryHelper
                 Key: GEODE-1059
                 URL: https://issues.apache.org/jira/browse/GEODE-1059
             Project: Geode
          Issue Type: Improvement
          Components: querying
            Reporter: Jason Huynh


Currently tests in this class are using PRQueryHelper.  PRQueryHelper itself is a DUnit test, this ends up creating the dunit vms even though the original test does not require these vms.

Instead the helper code that is being used (in this case, creation of Portfolio objects) can be copied/moved over to the JUnit test itself.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)