[ https://issues.apache.org/jira/browse/GEODE-3175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Swapnil Bawaskar updated GEODE-3175: ------------------------------------ Fix Version/s: 1.3.0 > backward-compatibility tests fail with bad classpath > ---------------------------------------------------- > > Key: GEODE-3175 > URL: https://issues.apache.org/jira/browse/GEODE-3175 > Project: Geode > Issue Type: Bug > Components: tests > Reporter: Bruce Schuchardt > Assignee: Bruce Schuchardt > Fix For: 1.3.0 > > > Some test runs are failing to start up a JVM running an old version of Geode. > RollingUpgradeDUnitTest was trying to boot a VM running 110 and the > classpath logged by ProcessManager was for 100 & the VM didn't launch > correctly. > {noformat} > org.apache.geode.internal.cache.rollingupgrade.RollingUpgradeDUnitTest > > testRollServersOnPersistentRegion_dataserializable[2] FAILED > java.lang.RuntimeException: VMs did not start up within 120 seconds > at > org.apache.geode.test.dunit.standalone.DUnitLauncher$Master.bounce(DUnitLauncher.java:440) > at > org.apache.geode.test.dunit.standalone.StandAloneDUnitEnv.bounce(StandAloneDUnitEnv.java:64) > at org.apache.geode.test.dunit.VM.bounce(VM.java:407) > at > org.apache.geode.test.dunit.standalone.DUnitLauncher$DUnitHost.getVM(DUnitLauncher.java:495) > at > org.apache.geode.internal.cache.rollingupgrade.RollingUpgradeDUnitTest.doTestRollAll(RollingUpgradeDUnitTest.java:144) > at > org.apache.geode.internal.cache.rollingupgrade.RollingUpgradeDUnitTest.testRollServersOnPersistentRegion_dataserializable(RollingUpgradeDUnitTest.java:134) > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host > a775258ffe87 with 4 VMs > Caused by: > java.lang.IllegalStateException: VM not available: VM 0 running on > Host a775258ffe87 with 4 VMs > org.apache.geode.internal.cache.rollingupgrade.RollingUpgradeDUnitTest > > testRollServersOnReplicatedRegion_dataserializable[2] FAILED > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host > a775258ffe87 with 4 VMs > Caused by: > java.lang.IllegalStateException: VM not available: VM 0 running on > Host a775258ffe87 with 4 VMs > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.test.dunit.NamedRunnable.run in VM 0 running on Host > a775258ffe87 with 4 VMs > Caused by: > java.lang.IllegalStateException: VM not available: VM 0 running on > Host a775258ffe87 with 4 VMs > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)