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 2017/09/27 22:05:00 UTC

[jira] [Created] (GEODE-3713) VM.getPid() should return OS process id instead of DUnit VM id

Kirk Lund created GEODE-3713:
--------------------------------

             Summary: VM.getPid() should return OS process id instead of DUnit VM id
                 Key: GEODE-3713
                 URL: https://issues.apache.org/jira/browse/GEODE-3713
             Project: Geode
          Issue Type: Bug
          Components: tests
            Reporter: Kirk Lund


VM represents a remote JVM in the DUnit (DistributedTest) framework. VM.getPid() originally returned the OS process id, but currently returns a zero-based incremented integer representing which DUnit VM it is.

VM.getId() should be introduced to return the DUnit VM id

VM.getPid() should be restored to return the OS process id



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)