[td-225] fix error in test scripts
This commit is contained in:
parent
a67c4713d5
commit
fc975fce53
|
@ -45,10 +45,6 @@ sql show stables
|
||||||
if $rows != 0 then
|
if $rows != 0 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
print data00 = $data00
|
|
||||||
if $data00 != NULL then
|
|
||||||
return -1
|
|
||||||
endi
|
|
||||||
print case_insensitivity test passed
|
print case_insensitivity test passed
|
||||||
|
|
||||||
# case2: illegal_metric_name test
|
# case2: illegal_metric_name test
|
||||||
|
|
|
@ -44,10 +44,6 @@ sql show tables
|
||||||
if $rows != 0 then
|
if $rows != 0 then
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
print data00 = $data00
|
|
||||||
if $data00 != NULL then
|
|
||||||
return -1
|
|
||||||
endi
|
|
||||||
print case_insensitivity test passed
|
print case_insensitivity test passed
|
||||||
|
|
||||||
# case2: illegal_table_name test
|
# case2: illegal_table_name test
|
||||||
|
|
Loading…
Reference in New Issue