fix: tag length of 5-taos-tools/taosbenchmark/demo.py
This commit is contained in:
parent
9355996eb1
commit
0277a96b5f
|
@ -77,7 +77,7 @@ class TDTestCase:
|
||||||
tdSql.checkData(4, 3, "TAG")
|
tdSql.checkData(4, 3, "TAG")
|
||||||
tdSql.checkData(5, 0, "location")
|
tdSql.checkData(5, 0, "location")
|
||||||
tdSql.checkData(5, 1, "VARCHAR")
|
tdSql.checkData(5, 1, "VARCHAR")
|
||||||
tdSql.checkData(5, 2, 16)
|
tdSql.checkData(5, 2, 24)
|
||||||
tdSql.checkData(5, 3, "TAG")
|
tdSql.checkData(5, 3, "TAG")
|
||||||
|
|
||||||
tdSql.query("select count(*) from test.meters where groupid >= 0")
|
tdSql.query("select count(*) from test.meters where groupid >= 0")
|
||||||
|
|
Loading…
Reference in New Issue