未验证 提交 f5f79a1d 编写于 作者: C cpwu 提交者: GitHub

Merge pull request #11486 from taosdata/cpwu/3.0

test: fix the sim case with crash
...@@ -266,20 +266,20 @@ if $data11 != NULL then ...@@ -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 ...@@ -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 ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册