Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/raft_scenarios/election
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
nodes,3
connect,0,1
connect,1,2
connect,0,2
periodic_all,110
dispatch_all
state_all
17 changes: 17 additions & 0 deletions tests/raft_scenarios/reconnect
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
nodes,3
connect,0,1
connect,1,2
connect,0,2
periodic_all,110
dispatch_all
state_all
replicate,0,1,helloworld
periodic_all,10
dispatch_all
periodic_all,1
state_all
disconnect,0,1
replicate,0,2,salutonmondo
dispatch_all
reconnect,0,1
dispatch_all
17 changes: 17 additions & 0 deletions tests/raft_scenarios/reconnect_node
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
nodes,3
connect,0,1
connect,1,2
connect,0,2
periodic_all,110
dispatch_all
state_all
replicate,0,1,helloworld
periodic_all,10
dispatch_all
periodic_all,1
state_all
disconnect_node,1
replicate,0,2,salutonmondo
dispatch_all
reconnect_node,1
dispatch_all
12 changes: 12 additions & 0 deletions tests/raft_scenarios/replicate
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
nodes,3
connect,0,1
connect,1,2
connect,0,2
periodic_all,110
dispatch_all
state_all
replicate,0,1,helloworld
periodic_all,10
dispatch_all
periodic_all,1
state_all