Update alterConfig.py

This commit is contained in:
Charles 2024-08-26 16:49:38 +08:00 committed by GitHub
parent 947be795c7
commit c525bd5ef9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ class TDTestCase(TBase):
# restart taosd
os.system("ps -ef | grep taosd | grep -v grep | awk '{print $2}' | xargs kill -9")
sc.dnodeStart(1)
sc.dnodeStart(2)
sc.dnodeStart(3)
tdSql.execute("flush database db5291;")
def alterSupportVnodes(self):