mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-03-15 12:20:40 +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 != "" {
|
||||
t.Errorf("#%d: diff:\n%s", i, g)
|
||||
}
|
||||
} else {
|
||||
t.Logf("#%d: empty log", i)
|
||||
}
|
||||
}
|
||||
sm := tt.network.peers[1].(*Raft)
|
||||
|
Loading…
Reference in New Issue
Block a user