replica3_repeat.sim 2.3 KB
Newer Older
S
slguan 已提交
1
system sh/stop_dnodes.sh
S
slguan 已提交
2 3 4 5 6

system sh/deploy.sh -n dnode1 -i 1
system sh/deploy.sh -n dnode2 -i 2
system sh/deploy.sh -n dnode3 -i 3
system sh/deploy.sh -n dnode4 -i 4
S
scripts  
slguan 已提交
7 8 9 10
system sh/cfg.sh -n dnode1 -c wallevel -v 2
system sh/cfg.sh -n dnode2 -c wallevel -v 2
system sh/cfg.sh -n dnode3 -c wallevel -v 2
system sh/cfg.sh -n dnode4 -c wallevel -v 2
11 12 13 14
system sh/cfg.sh -n dnode1 -c numOfMnodes -v 1
system sh/cfg.sh -n dnode2 -c numOfMnodes -v 1
system sh/cfg.sh -n dnode3 -c numOfMnodes -v 1
system sh/cfg.sh -n dnode4 -c numOfMnodes -v 1
S
Shengliang Guan 已提交
15 16 17 18
system sh/cfg.sh -n dnode1 -c mnodeEqualVnodeNum -v 4
system sh/cfg.sh -n dnode2 -c mnodeEqualVnodeNum -v 4
system sh/cfg.sh -n dnode3 -c mnodeEqualVnodeNum -v 4
system sh/cfg.sh -n dnode4 -c mnodeEqualVnodeNum -v 4
S
slguan 已提交
19

S
Shengliang Guan 已提交
20
system sh/exec.sh -n dnode1 -s start
S
slguan 已提交
21 22

sql connect
S
slguan 已提交
23 24 25
sql create dnode $hostname2
sql create dnode $hostname3
sql create dnode $hostname4
S
Shengliang Guan 已提交
26 27 28
system sh/exec.sh -n dnode2 -s start
system sh/exec.sh -n dnode3 -s start
system sh/exec.sh -n dnode4 -s start
S
slguan 已提交
29 30 31 32 33 34 35 36 37 38
sleep 3000

print ========= step1
sql create database db replica 3
sql create table db.tb (ts timestamp, i int)
sql insert into db.tb values(now, 1)
sql select count(*) from db.tb
$lastRows = $rows

print ======== step2
S
scripts  
Shengliang Guan 已提交
39
run_back unique/vnode/back_insert.sim
S
slguan 已提交
40 41 42
sleep 3000

print ======== step3
S
Shengliang Guan 已提交
43
system sh/exec.sh -n dnode2 -s stop
S
slguan 已提交
44 45 46 47 48 49
sleep 5000

$x = 0
loop:

print ======== step4
S
Shengliang Guan 已提交
50
system sh/exec.sh -n dnode2 -s start
S
slguan 已提交
51
sleep 5000
S
Shengliang Guan 已提交
52
system sh/exec.sh -n dnode3 -s stop
S
slguan 已提交
53 54 55
sleep 5000

print ======== step5
S
Shengliang Guan 已提交
56
system sh/exec.sh -n dnode3 -s start
S
slguan 已提交
57
sleep 5000
S
Shengliang Guan 已提交
58
system sh/exec.sh -n dnode4 -s stop
S
slguan 已提交
59 60 61
sleep 5000

print ======== step6
S
Shengliang Guan 已提交
62
system sh/exec.sh -n dnode4 -s start
S
slguan 已提交
63
sleep 5000
S
Shengliang Guan 已提交
64
system sh/exec.sh -n dnode2 -s stop
S
slguan 已提交
65 66 67 68 69 70 71 72 73 74 75 76 77
sleep 5000

print ======== step7
sql select count(*) from db.tb
print select count(*) from db.tb ==> $data00 $lastRows 
if $data00 <= $lastRows then
  return -1
endi

print ======== step8
$lastRows = $data00
print ======== loop Times $x

S
scripts  
Shengliang Guan 已提交
78
if $x < 2 then
S
slguan 已提交
79 80 81 82
  $x = $x + 1
  goto loop
endi

S
Shengliang Guan 已提交
83 84 85 86 87 88 89 90
system sh/exec.sh -n dnode1 -s stop  -x SIGINT
system sh/exec.sh -n dnode2 -s stop  -x SIGINT
system sh/exec.sh -n dnode3 -s stop  -x SIGINT
system sh/exec.sh -n dnode4 -s stop  -x SIGINT
system sh/exec.sh -n dnode5 -s stop  -x SIGINT
system sh/exec.sh -n dnode6 -s stop  -x SIGINT
system sh/exec.sh -n dnode7 -s stop  -x SIGINT
system sh/exec.sh -n dnode8 -s stop  -x SIGINT