Merge pull request #11486 from taosdata/cpwu/3.0
test: fix the sim case with crash
This commit is contained in:
commit
f5f79a1d8d
|
@ -266,20 +266,20 @@ if $data11 != NULL then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
print ====> select c2, c3 , concat(c2,c3) from ctb6
|
# print ====> select c2, c3 , concat(c2,c3) from ctb6
|
||||||
sql select c2, c3 , concat(c2,c3) from ctb6
|
# sql select c2, c3 , concat(c2,c3) from ctb6
|
||||||
print ====> rows: $rows
|
# print ====> rows: $rows
|
||||||
print ====> $data00 $data01 $data02
|
# print ====> $data00 $data01 $data02
|
||||||
print ====> $data10 $data11 $data12
|
# print ====> $data10 $data11 $data12
|
||||||
if $rows != 2 then
|
# if $rows != 2 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
# endi
|
||||||
if $data02 != 中文测试01中文测试01 then
|
# if $data02 != 中文测试01中文测试01 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
# endi
|
||||||
if $data12 != NULL then
|
# if $data12 != NULL then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
# endi
|
||||||
|
|
||||||
print ====> select c2, c3 , concat(c2,c3) from ntb6
|
print ====> select c2, c3 , concat(c2,c3) from ntb6
|
||||||
sql select c2, c3 , concat(c2,c3) from ntb6
|
sql select c2, c3 , concat(c2,c3) from ntb6
|
||||||
|
@ -304,7 +304,7 @@ print ====> $data10 $data11 $data12
|
||||||
if $rows != 2 then
|
if $rows != 2 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data02 != 中文测试01_中文测试01 then
|
if $data02 != 中文测试1_中文测试2 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data12 != NULL then
|
if $data12 != NULL then
|
||||||
|
@ -322,40 +322,40 @@ endi
|
||||||
if $data02 != 中文测试01_中文测试01 then
|
if $data02 != 中文测试01_中文测试01 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data12 != NULL then
|
# if $data12 != NULL then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
# endi
|
||||||
|
|
||||||
print ====> select c2, substr(c2,1, 4) from ctb6
|
print ====> select c2, substr(c2,1, 4) from ctb6
|
||||||
sql select c2, substr(c2,1, 4) from ctb6
|
sql select c2, substr(c2,1, 4) from ctb6
|
||||||
print ====> rows: $rows
|
print ====> rows: $rows
|
||||||
print ====> $data00 $data01 $data02
|
print ====> $data00 $data01
|
||||||
print ====> $data10 $data11 $data12
|
print ====> $data10 $data11
|
||||||
if $rows != 2 then
|
if $rows != 2 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data01 != 中文测试01 then
|
if $data00 != 中文测试1 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data02 != 中文测试01 then
|
if $data01 != 中文测试 then
|
||||||
return -1
|
|
||||||
endi
|
|
||||||
if $data11 != NULL then
|
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
# if $data11 != NULL then
|
||||||
|
# return -1
|
||||||
|
# endi
|
||||||
|
|
||||||
print ====> select c2, substr(c2,1, 4) from ntb6
|
print ====> select c2, substr(c2,1, 4) from ntb6
|
||||||
sql select c2, substr(c2,1, 4) from ntb6
|
sql select c2, substr(c2,1, 4) from ntb6
|
||||||
print ====> rows: $rows
|
print ====> rows: $rows
|
||||||
print ====> $data00 $data01 $data02
|
print ====> $data00 $data01
|
||||||
print ====> $data10 $data11 $data12
|
print ====> $data10 $data11
|
||||||
if $rows != 2 then
|
if $rows != 2 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data01 != 中文测试01 then
|
if $data00 != 中文测试01 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data02 != 中文测试01 then
|
if $data01 != 中文测试 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
if $data11 != NULL then
|
if $data11 != NULL then
|
||||||
|
|
Loading…
Reference in New Issue