fixes from review

This commit is contained in:
Ethan Buchman
2016-04-26 22:17:13 -04:00
parent 523a170c3e
commit 501c4e4bac
7 changed files with 6 additions and 131 deletions

View File

@ -80,8 +80,6 @@ func TestReplayCatchup(t *testing.T) {
// start timeout and receive routines
cs.startRoutines(0)
// cs.scheduleRound0(cs.Height)
// open wal and run catchup messages
openWAL(t, cs, name)
if err := cs.catchupReplay(cs.Height); err != nil {