Update alterConfig.py

This commit is contained in:
Feng Chao 2024-08-28 14:52:01 +08:00 committed by GitHub
parent c525bd5ef9
commit 58c8156e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class TDTestCase(TBase):
tdSql.execute("flush database db5291;")
tdSql.execute("drop table ttltb2;")
# restart taosd
os.system("ps -ef | grep taosd | grep -v grep | awk '{print $2}' | xargs kill -9")
sc.dnodeStopAll()
sc.dnodeStart(1)
sc.dnodeStart(2)
sc.dnodeStart(3)