Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
replication_test: fix case 603
Browse files Browse the repository at this point in the history
case 603 has too strict constraint for replica status, give it a
looser one
  • Loading branch information
shengofsun committed Apr 12, 2018
1 parent ee43005 commit 0952fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dist/replication/test/simple_kv/case-603.act
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ client:replica_config:receiver=r2,type=add_secondary,node=r1
# write a new data
client:begin_write:id=7,key=k7,value=v7,timeout=0

# at last all r1 & r2 will come back
state:{{r1,sec,8,7},{r2,pri,8,7},{r3,sec,8,2}}
# at last all r1 & r3 will come back
config:{8,r2,[r1,r3]}

0 comments on commit 0952fbb

Please sign in to comment.