$ go test -run TestFriendBasic
test node 0, 14779
raft2019/05/06 13:44:36 INFO: 24387d85b4aace07 became follower at term 4
raft2019/05/06 13:44:36 INFO: newRaft 24387d85b4aace07 [peers: [], term: 4, commit: 4, applied: 0, lastindex: 4, lastterm: 4] prs: map[]
test node 1, 14780
raft2019/05/06 13:44:41 INFO: e974a886eed7cf41 became follower at term 4
raft2019/05/06 13:44:41 INFO: newRaft e974a886eed7cf41 [peers: [], term: 4, commit: 4, applied: 0, lastindex: 4, lastterm: 4] prs: map[]
raft2019/05/06 13:44:43 INFO: 24387d85b4aace07 is starting a new election at term 4: prs: map[2609973997276417543:next = 5, match = 0, state = ProgressStateProbe, waiting = false, pendingSnapshot = 0, recentActive = true, isLearner = false, weight: 2000]
raft2019/05/06 13:44:43 INFO: 24387d85b4aace07 became pre-candidate at term 4
raft2019/05/06 13:44:43 INFO: 24387d85b4aace07 received MsgPreVoteResp from 24387d85b4aace07 at term 4
raft2019/05/06 13:44:43 INFO: 24387d85b4aace07 became candidate at term 5: prs: map[2609973997276417543:next = 5, match = 4, state = ProgressStateProbe, waiting = false, pendingSnapshot = 0, recentActive = false, isLearner = false, weight: 2000]
raft2019/05/06 13:44:43 INFO: 24387d85b4aace07 received MsgVoteResp from 24387d85b4aace07 at term 5
raft2019/05/06 13:44:43 INFO: 24387d85b4aace07 became leader at term 5
raft2019/05/06 13:44:43 INFO: raft.node: 24387d85b4aace07 elected leader 24387d85b4aace07 at term 5
node ready
raft2019/05/06 13:44:51 INFO: e974a886eed7cf41 is starting a new election at term 4: prs: map[16822255805621849921:next = 5, match = 0, state = ProgressStateProbe, waiting = false, pendingSnapshot = 0, recentActive = true, isLearner = false, weight: 2000]
raft2019/05/06 13:44:51 INFO: e974a886eed7cf41 became pre-candidate at term 4
raft2019/05/06 13:44:51 INFO: e974a886eed7cf41 received MsgPreVoteResp from e974a886eed7cf41 at term 4
raft2019/05/06 13:44:51 INFO: e974a886eed7cf41 became candidate at term 5: prs: map[16822255805621849921:next = 5, match = 4, state = ProgressStateProbe, waiting = false, pendingSnapshot = 0, recentActive = false, isLearner = false, weight: 2000]
raft2019/05/06 13:44:51 INFO: e974a886eed7cf41 received MsgVoteResp from e974a886eed7cf41 at term 5
raft2019/05/06 13:44:51 INFO: e974a886eed7cf41 became leader at term 5
raft2019/05/06 13:44:51 INFO: raft.node: e974a886eed7cf41 elected leader e974a886eed7cf41 at term 5
ortc ERROR: 2019/05/06 13:45:35 Failed to accept data channel: The association is closed
The test block indefinitely.
The test will pass if tmp directory is removed before starting the test.
The test block indefinitely.
The test will pass iftmp
directory is removed before starting the test.