void tearDown() throws Exception {
for(JChannel ch: new JChannel[]{a,b,c,d,e,f}) {
ProtocolStack stack=ch.getProtocolStack();
String cluster_name=ch.getClusterName();
stack.stopStack(cluster_name);
stack.destroy();
}
}
public void testMergeWithMissingMergeResponse() {