// Receive initial snapshots.
ConnectedChannel ch = connectChannelSnapshot(viewListener, chInfo1);
triggerAndCheckOpenFinished(viewListener);
// Send but don't ack delta.
WaveletDelta delta =
checkSendDelta(view, ch.channel, chInfo1.initialHashedVersion, WAVELET_ID_1);
// Fail the submission, expecting reconnection.
MockViewChannel view2 = failViewAndExpectReconnection(viewListener, view,
"View failed with outstanding submit", createKnownVersions(WAVELET_ID_1, 1, SIG1));