assertEquals(tt0.getMinTopologyId(), topologyId);
assertEquals(tt1.getMinTopologyId(), topologyId);
tm(1).resume(t);
t.runCommitTx();
eventually(new Condition() {
@Override
public boolean isSatisfied() throws Exception {
return tt0.getMinTopologyId() == topologyId2 && tt1.getMinTopologyId() == topologyId2;