assertEquals(manager(0).getAddress(), manager(0).getMembers().get(0));
CheckPoint checkPoint = new CheckPoint();
waitUntilRequestingListeners(cache0, checkPoint);
checkPoint.triggerForever("post_cluster_listeners_release_" + cache0);
waitUntilViewChangeOccurs(manager(1), "manager1", checkPoint);
// We let the first view change occur just fine on cache1 (this will be the addition of cache3).
// What we want to block is the second one which is the removal of cache0
checkPoint.trigger("pre_view_listener_release_" + "manager1");