未验证 提交 87fa1391 编写于 作者: W wade zhang 提交者: GitHub

Merge pull request #11341 from taosdata/fix/TD-14606

<fix>:fix testcase for unique to avoid out of memory
......@@ -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.
先完成此消息的编辑!
想要评论请 注册