fix:taosdMonitor.py failed in windows
This commit is contained in:
parent
f93efc8538
commit
07171a01b4
|
@ -292,7 +292,7 @@ class TDTestCase:
|
|||
def run(self): # sourcery skip: extract-duplicate-method, remove-redundant-fstring
|
||||
tdSql.prepare()
|
||||
# time.sleep(2)
|
||||
vgroups = "30"
|
||||
vgroups = "8"
|
||||
sql = "create database db3 vgroups " + vgroups
|
||||
tdSql.query(sql)
|
||||
sql = "create table db3.stb (ts timestamp, f int) tags (t int)"
|
||||
|
|
Loading…
Reference in New Issue