mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-03-24 00:30:38 +08:00
fix redundant output (#290)
Co-authored-by: NingLin-P <linningde25@gmail.com>
This commit is contained in:
parent
ec7131ba7d
commit
802b1880d5
@ -552,8 +552,6 @@ func TestProposal2AB(t *testing.T) {
|
|||||||
if g := diffu(base, l); g != "" {
|
if g := diffu(base, l); g != "" {
|
||||||
t.Errorf("#%d: diff:\n%s", i, g)
|
t.Errorf("#%d: diff:\n%s", i, g)
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
t.Logf("#%d: empty log", i)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sm := tt.network.peers[1].(*Raft)
|
sm := tt.network.peers[1].(*Raft)
|
||||||
|
Loading…
Reference in New Issue
Block a user