Gyu-Ho Lee
|
3d75395875
*: remove never-unused vars, minor lint fix
|
7 gadi atpakaļ |
Xiang
|
931cf3454a
raft: make TestNodeTick reliable
|
7 gadi atpakaļ |
Peter Mattis
|
ab03a42f06
raft: add Ready.MustSync
|
7 gadi atpakaļ |
Manjunath A Kumatagi
|
0914b8b707
test: Fix gosimple errors
|
7 gadi atpakaļ |
Dylan.Wen
|
16135165c2
raft: add RawNode test case for #6866
|
7 gadi atpakaļ |
Xiang Li
|
fc8cd44c72
raft: use status to test node stop
|
7 gadi atpakaļ |
Xiang Li
|
f2eb8560ed
raft: fix TestNodeProposeAddDuplicateNode
|
8 gadi atpakaļ |
Vincent Lee
|
e6d1ebcc1d
raft: use the channel instead of sleep to make test case reliable
|
8 gadi atpakaļ |
Vincent Lee
|
bc6f5ad53e
raft: fix test case for data race
|
8 gadi atpakaļ |
Vincent Lee
|
62bd5477b9
raft: fix test case, should wait config propose applied
|
8 gadi atpakaļ |
Vincent Lee
|
16e3ab0f11
raft: test case to check the duplicate add node propose
|
8 gadi atpakaļ |
Gyu-Ho Lee
|
cb5c92f69b
raft: do not attach term to MsgReadIndex
|
8 gadi atpakaļ |
Xiang Li
|
710b14ce56
raft: support safe readonly request
|
8 gadi atpakaļ |
Xiang Li
|
a75688bd17
Merge pull request #6039 from xiang90/fix_r
|
8 gadi atpakaļ |
Xiang Li
|
484f579905
raft: hide Campaign rules on applying all entries
|
8 gadi atpakaļ |
Gyu-Ho Lee
|
4ff6c72257
raft: replace 'reflect.DeepEqual' with bytes.Equal
|
8 gadi atpakaļ |
Xiang Li
|
1c5754f02d
raft: fix readindex
|
8 gadi atpakaļ |
Xiang Li
|
5f1c763993
Merge pull request #5553 from swingbach/master
|
8 gadi atpakaļ |
swingbach@gmail.com
|
0faae33ace
raft: implemented read-only query when quorum check is on
|
8 gadi atpakaļ |
Xiang Li
|
848f539536
raft: make tick unblock and fix potential live lock
|
8 gadi atpakaļ |
Xiang Li
|
500296d0fb
raft: fix TestNodeStepUnblock
|
8 gadi atpakaļ |
Gyu-Ho Lee
|
fe884f8209
raft: update LICENSE header
|
8 gadi atpakaļ |
es-chow
|
ac059eb8cb
raft: transfer leader feature
|
8 gadi atpakaļ |
Anthony Romano
|
bd832e5b0a
*: migrate Godeps to vendor/
|
8 gadi atpakaļ |
Xiang Li
|
aa59e7518e
raft: remove unnecessary waitSchedule in test
|
8 gadi atpakaļ |
Gyu-Ho Lee
|
c827c7432c
raft: fix leaky goroutines in raft test
|
8 gadi atpakaļ |
Xiang Li
|
a8cc1570d0
raft: support quorum check when raft is leader
|
9 gadi atpakaļ |
Yicheng Qin
|
0de52414cd
raft: extend wait timeout in TestNodeAdvance
|
9 gadi atpakaļ |
Yicheng Qin
|
018fb8e6d9
pkg/testutil: ForceGosched -> WaitSchedule
|
9 gadi atpakaļ |
Xiang Li
|
085447ed85
raft: fix raft node start bug
|
9 gadi atpakaļ |