fix:telemetry.py failed in windows

This commit is contained in:
wangmm0220 2023-03-30 09:21:34 +08:00
parent c1b4f94199
commit f93efc8538
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,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)