test: adjust case
This commit is contained in:
parent
0580f54090
commit
29402da45f
|
@ -7,7 +7,7 @@
|
||||||
./test.sh -f tsim/user/privilege_db.sim
|
./test.sh -f tsim/user/privilege_db.sim
|
||||||
./test.sh -f tsim/user/privilege_sysinfo.sim
|
./test.sh -f tsim/user/privilege_sysinfo.sim
|
||||||
|
|
||||||
# ---- db
|
# ---- db ----
|
||||||
./test.sh -f tsim/db/alter_option.sim
|
./test.sh -f tsim/db/alter_option.sim
|
||||||
# unsupport ./test.sh -f tsim/db/alter_replica_13.sim
|
# unsupport ./test.sh -f tsim/db/alter_replica_13.sim
|
||||||
# unsupport ./test.sh -f tsim/db/alter_replica_31.sim
|
# unsupport ./test.sh -f tsim/db/alter_replica_31.sim
|
||||||
|
|
|
@ -82,8 +82,6 @@ if $data26 != 21600m then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
print =============== step6
|
print =============== step6
|
||||||
$i = $i + 1
|
$i = $i + 1
|
||||||
while $i < 5
|
while $i < 5
|
||||||
|
@ -251,7 +249,7 @@ if $rows != 5 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
sql select * from $stb
|
sql select * from $st
|
||||||
if $rows != 5 then
|
if $rows != 5 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
@ -306,7 +304,7 @@ if $rows != 5 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
sql select * from $stb
|
sql select * from $st
|
||||||
if $rows != 5 then
|
if $rows != 5 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
Loading…
Reference in New Issue