[
https://issues.apache.org/jira/browse/GEODE-8544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204153#comment-17204153
]
ASF subversion and git services commented on GEODE-8544:
--------------------------------------------------------
Commit 37334470367beb18e4c0070a2181b4aa49544d9b in geode's branch
refs/heads/develop from mhansonp
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3733447 ]
GEODE-8544: Making VM class start versioned VM (#5559)
> 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
>
> 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)