提交 86917afc 编写于 作者: wmmhello's avatar wmmhello

<fix>:fix testcase for unique to avoid out of memory

上级 970228e4
......@@ -276,7 +276,7 @@ class TDTestCase:
tdSql.checkData(0, 1, 1)
tdSql.checkData(3, 1, 1)
tdSql.execute('create table unique1 (ts timestamp, voltage bigint,num smallint, dbool bool, dtiny tinyint unsigned, dfloat float, ddouble double, dchar nchar(4093), dbinary binary(64), dtime timestamp) tags (jtag json)')
tdSql.execute('create table unique1 (ts timestamp, voltage bigint,num smallint, dbool bool, dtiny tinyint unsigned, dfloat float, ddouble double, dchar nchar(64), dbinary binary(64), dtime timestamp) tags (jtag json)')
tdSql.execute('create table D011 using unique1 tags (\'{"k1":"v1"}\')')
tdSql.execute('create table D012 using unique1 tags (\'{"k1":"v1","k2":7}\')')
tdSql.execute('create table D013 using unique1 tags (\'{"k3":"v3"}\')')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册