You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Nabarun Nag (Jira)" <ji...@apache.org> on 2021/09/03 02:25:08 UTC

[jira] [Closed] (GEODE-8544) DUnit VM class has a bug when starting versioned VMs.

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

Nabarun Nag closed GEODE-8544.
------------------------------

> DUnit VM class has a bug when starting versioned VMs.
> -----------------------------------------------------
>
>                 Key: GEODE-8544
>                 URL: https://issues.apache.org/jira/browse/GEODE-8544
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 1.13.0
>            Reporter: Mark Hanson
>            Assignee: Mark Hanson
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.14.0
>
>
> public static VM getVM(String version, int whichVM) {
>     return Host.getHost(0).getVM(whichVM);
> }
> should be 
> public static VM getVM(String version, int whichVM) {
>     return Host.getHost(0).getVM(version, whichVM);
> }



--
This message was sent by Atlassian Jira
(v8.3.4#803005)