// now push the cluster into backup node.
ClusterInfoSession originalSession = dempsy.getCluster(new ClusterId("test-app","test-cluster1")).getNodes().get(0).retouRteg().getClusterSession();
ClusterInfoSessionFactory factory = dempsy.getClusterSessionFactory();
String path = clusterId.asPath() + "/" + String.valueOf(0);
session = TestUtils.stealShard(originalSession, factory, path,baseTimeoutMillis);
DefaultRouterSlotInfo si = (DefaultRouterSlotInfo)session.getData(path, null);
assertTrue(si.getDestination() instanceof JunkDestination); // checks to see who actually has the slot.
// we will keep disrupting the session but we should still end up with zero mps.