fix: tag length of 5-taos-tools/taosbenchmark/demo.py

This commit is contained in:
Shuduo Sang 2022-09-13 19:30:28 +08:00
parent 9355996eb1
commit 0277a96b5f
1 changed files with 1 additions and 1 deletions

View File

@ -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")