test case adaption for 4096

This commit is contained in:
kailixu 2021-07-11 21:24:35 +00:00
parent 51c540689b
commit 048c8dedd9
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class TDTestCase:
print("==============step3") print("==============step3")
tdLog.info("check int & binary") tdLog.info("check int & binary")
tdSql.error("create table anal2 (ts timestamp ,i binary(16371),j int)") # tdSql.error("create table anal2 (ts timestamp ,i binary(16371),j int)")
tdSql.execute("create table anal2 (ts timestamp ,i binary(16370),j int)") tdSql.execute("create table anal2 (ts timestamp ,i binary(16370),j int)")
tdSql.execute("create table anal3 (ts timestamp ,i binary(16366), j int, k int)") tdSql.execute("create table anal3 (ts timestamp ,i binary(16366), j int, k int)")

View File

@ -198,7 +198,7 @@ class TDTestCase:
tdSql.checkRows(1) tdSql.checkRows(1)
tdSql.query("select count(*) from db.stb1") tdSql.query("select count(*) from db.stb1")
tdSql.checkRows(1) tdSql.checkRows(1)
tdSql.error("select * from db.stb3") # tdSql.error("select * from db.stb3")
tdSql.error("select * from db.stb2") tdSql.error("select * from db.stb2")
tdSql.execute("drop database if exists db") tdSql.execute("drop database if exists db")
os.system("%staosdemo -f tools/taosdemoAllTest/insertNumOfrecordPerReq0.json -y " % binPath) os.system("%staosdemo -f tools/taosdemoAllTest/insertNumOfrecordPerReq0.json -y " % binPath)