未验证 提交 b9e6eaea 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

[TS-1167]<fix>: taosTools update to 1.2.0 (#10045)

* [TS-1167]<fix>: taosTools update to 1.2.0

* [TS-1167]<fix>: taosTools update to 1.2.0

* temp modify Jenkins

* fix test cases

* revert

* Update Jenkinsfile

* Update commandline.py
Co-authored-by: Nzhaoyanggh <yzhao@taosdata.com>
上级 598709c9
Subproject commit 18916a1719fdfcefe1ed1d4ce0049f36c3ac4796
Subproject commit d6baa48620fcbff857642c4ec10e3c48226ca97c
......@@ -287,4 +287,4 @@ class TDTestCase:
tdCases.addWindows(__file__, TDTestCase())
tdCases.addLinux(__file__, TDTestCase())
\ No newline at end of file
tdCases.addLinux(__file__, TDTestCase())
......@@ -11,6 +11,7 @@
# -*- coding: utf-8 -*-
import os
import time
from util.log import *
from util.cases import *
from util.sql import *
......@@ -32,6 +33,7 @@ class TDTestCase:
cmd = "taosBenchmark -f ./5-taos-tools/taosbenchmark/json/sml_telnet_tcp.json"
tdLog.info("%s" % cmd)
os.system("%s" % cmd)
time.sleep(5)
tdSql.execute("reset query cache")
tdSql.query("select count(tbname) from opentsdb_telnet.stb1")
tdSql.checkData(0, 0, 8)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册