checkPoint.awaitStrict("IN_GET_TRANSACTIONS_" + address(liveNode), 10, SECONDS);
checkPoint.trigger("OUT_GET_TRANSACTIONS_" + address(liveNode));
// ISPN-3120: Now cache 0 should think it finished receiving state. Allow all the commands to proceed.
checkPoint.awaitStrict("IN_START_STATE_TRANSFER_" + address(liveNode), 10, SECONDS);
checkPoint.trigger("OUT_START_STATE_TRANSFER_" + address(liveNode));
checkPoint.awaitStrict("IN_RESPONSE_" + address(liveNode), 10, SECONDS);
checkPoint.trigger("OUT_RESPONSE_" + address(liveNode));
TestingUtil.waitForRehashToComplete(cache(0), cache(liveNode));