(t *testing.T)
| 111 | } |
| 112 | |
| 113 | func TestIsCommitter(t *testing.T) { |
| 114 | server := constructServer() |
| 115 | server.peerPool = peerPool() |
| 116 | res := server.isCommitter(1, 1) |
| 117 | t.Logf("TestIsCommitter %v", res) |
| 118 | } |
| 119 | |
| 120 | func TestGetProposerRankLocked(t *testing.T) { |
| 121 | server := constructServer() |
nothing calls this directly
no test coverage detected