// TODO: need a away to verify that the response was sent back to cache3 before releasing the next line. However
// with no reference to cache I don't think this is possible. If this can be fixed then test can be reenabled
Cache<Object, String> cache3 = future.get(10, TimeUnit.SECONDS);
// Now we can finally let the view change complete on cache1
checkPoint.triggerForever("pre_view_listener_release_" + "manager1");
// Now wait for cache3 to come up fully
TestingUtil.blockUntilViewsReceived(60000, false, cache1, cache2);
TestingUtil.waitForRehashToComplete(cache1, cache2);