[ https://issues.apache.org/jira/browse/GEODE-8544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202424#comment-17202424 ]
ASF GitHub Bot commented on GEODE-8544: --------------------------------------- mhansonp opened a new pull request #5559: URL: https://github.com/apache/geode/pull/5559 Fixing an issue where the VM class will not properly start a versioned server. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > Priority: Major > > 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)