reason.sim 3.6 KB
Newer Older
S
TD-1473  
Shengliang Guan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
system sh/stop_dnodes.sh

system sh/deploy.sh -n dnode1 -i 1
system sh/deploy.sh -n dnode2 -i 2

print ========== step1
system sh/exec.sh -n dnode1 -s start
sql connect
sql create dnode $hostname2

sql show dnodes
print dnode1 off: $data7_1
print dnode2 off: $data7_2
if $data7_2 != @status not received@ then
	return -1
endi

print ========== step2
system sh/exec.sh -n dnode2 -s start
S
scripts  
Shengliang Guan 已提交
20 21 22 23 24 25 26 27 28

$x = 0
step1: 
	$x = $x + 1
	sleep 1000
	if $x == 10 then
		return -1
	endi

S
TD-1473  
Shengliang Guan 已提交
29
sql show dnodes
S
scripts  
Shengliang Guan 已提交
30 31 32 33 34 35 36 37 38
print dnode1 $data4_1
print dnode2 $data4_2

if $data4_1 != ready then
  goto step1
endi
if $data4_2 != ready then
  goto step1
endi
S
TD-1473  
Shengliang Guan 已提交
39 40 41

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

$x = 0
step3: 
	$x = $x + 1
	sleep 1000
	if $x == 10 then
		return -1
	endi
S
scripts  
Shengliang Guan 已提交
50
sql show dnodes
S
TD-1473  
Shengliang Guan 已提交
51 52 53
print dnode1 off: $data7_1
print dnode2 off: $data7_2
if $data7_2 != @status msg timeout@ then
S
Shengliang Guan 已提交
54
	goto step3
S
TD-1473  
Shengliang Guan 已提交
55 56 57 58
endi

print ========== step4
sql drop dnode $hostname2
S
Shengliang Guan 已提交
59 60 61 62 63 64 65 66
$x = 0
step4: 
	$x = $x + 1
	sleep 1000
	if $x == 10 then
		return -1
	endi

S
TD-1473  
Shengliang Guan 已提交
67 68
sql show dnodes
if $rows != 1 then
S
Shengliang Guan 已提交
69
	goto step4
S
TD-1473  
Shengliang Guan 已提交
70 71 72 73 74
endi

print ========== step5
system sh/exec.sh -n dnode2 -s start
sql create dnode $hostname2
S
Shengliang Guan 已提交
75 76 77 78 79 80 81 82 83

$x = 0
step5: 
	$x = $x + 1
	sleep 1000
	if $x == 10 then
		return -1
	endi

S
TD-1473  
Shengliang Guan 已提交
84 85 86 87
sql show dnodes
print dnode1 off: $data7_1
print dnode2 off: $data7_3
if $data7_3 != @dnodeId not match@ then
S
Shengliang Guan 已提交
88
	goto step5
S
TD-1473  
Shengliang Guan 已提交
89 90 91 92 93 94 95 96
endi

print ========== step6
system sh/deploy.sh -n dnode4 -i 4
system sh/cfg.sh -n dnode4 -c mnodeEqualVnodeNum -v 3
system sh/exec.sh -n dnode4 -s start
sql create dnode $hostname4

S
Shengliang Guan 已提交
97 98 99 100 101 102 103 104
$x = 0
step6: 
	$x = $x + 1
	sleep 1000
	if $x == 10 then
		return -1
	endi

S
TD-1473  
Shengliang Guan 已提交
105 106 107 108
sql show dnodes
print dnode1 off: $data7_1
print dnode4 off: $data7_4
if $data7_4 != @mnEqualVn not match@ then
S
Shengliang Guan 已提交
109
	goto step6
S
TD-1473  
Shengliang Guan 已提交
110 111 112 113 114 115 116 117
endi

print ========== step7
system sh/deploy.sh -n dnode5 -i 5
system sh/cfg.sh -n dnode5 -c statusInterval -v 3
system sh/exec.sh -n dnode5 -s start
sql create dnode $hostname5

S
Shengliang Guan 已提交
118 119 120 121 122 123 124 125
$x = 0
step7: 
	$x = $x + 1
	sleep 1000
	if $x == 10 then
		return -1
	endi

S
TD-1473  
Shengliang Guan 已提交
126 127 128 129
sql show dnodes
print dnode1 off: $data7_1
print dnode5 off: $data7_5
if $data7_5 != @interval not match@ then
S
Shengliang Guan 已提交
130
	goto step7
S
TD-1473  
Shengliang Guan 已提交
131 132 133 134 135 136 137 138
endi

print ========== step8
system sh/deploy.sh -n dnode6 -i 6
system sh/cfg.sh -n dnode6 -c balance -v 0
system sh/exec.sh -n dnode6 -s start
sql create dnode $hostname6

S
Shengliang Guan 已提交
139 140 141 142 143 144 145 146
$x = 0
step8: 
	$x = $x + 1
	sleep 1000
	if $x == 10 then
		return -1
	endi

S
TD-1473  
Shengliang Guan 已提交
147 148 149 150
sql show dnodes
print dnode1 off: $data7_1
print dnode6 off: $data7_6
if $data7_6 != @balance not match@ then
S
Shengliang Guan 已提交
151
	goto step8
S
TD-1473  
Shengliang Guan 已提交
152 153 154 155 156 157 158 159
endi

print ========== step9
system sh/deploy.sh -n dnode7 -i 7
system sh/cfg.sh -n dnode7 -c maxTablesPerVnode -v 3000
system sh/exec.sh -n dnode7 -s start
sql create dnode $hostname7

S
Shengliang Guan 已提交
160 161 162 163 164 165 166 167
$x = 0
step9: 
	$x = $x + 1
	sleep 1000
	if $x == 10 then
		return -1
	endi

S
TD-1473  
Shengliang Guan 已提交
168 169 170 171
sql show dnodes
print dnode1 off: $data7_1
print dnode7 off: $data7_7
if $data7_7 != @maxTabPerVn not match@ then
S
Shengliang Guan 已提交
172
	goto step9
S
TD-1473  
Shengliang Guan 已提交
173 174 175 176 177 178 179 180
endi

print ========== step10
system sh/deploy.sh -n dnode8 -i 8
system sh/cfg.sh -n dnode8 -c maxVgroupsPerDb -v 3
system sh/exec.sh -n dnode8 -s start
sql create dnode $hostname8

S
Shengliang Guan 已提交
181 182 183 184 185 186 187 188
$x = 0
step10: 
	$x = $x + 1
	sleep 1000
	if $x == 10 then
		return -1
	endi

S
TD-1473  
Shengliang Guan 已提交
189 190 191 192
sql show dnodes
print dnode1 off: $data7_1
print dnode8 off: $data7_8
if $data7_8 != @maxVgPerDb not match@ then
S
Shengliang Guan 已提交
193
	goto step10
S
TD-1473  
Shengliang Guan 已提交
194 195 196 197 198 199 200 201 202 203
endi

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