未验证 提交 6faf1d5b 编写于 作者: haoranc's avatar haoranc 提交者: GitHub

Update sdbCompClusterReplica2.py

上级 8aa0a373
...@@ -86,7 +86,7 @@ class TwoClients: ...@@ -86,7 +86,7 @@ class TwoClients:
tdSql.execute("alter table stb2_0 add column col2 binary(4)") tdSql.execute("alter table stb2_0 add column col2 binary(4)")
tdSql.execute("alter table stb2_0 drop column col1") tdSql.execute("alter table stb2_0 drop column col1")
tdSql.execute("insert into stb2_0 values(1614218422000,8638,'R')") tdSql.execute("insert into stb2_0 values(1614218422000,8638,'R')")
tdSql.execute("drop dnode 2") tdSql.execute("drop dnode chenhaoran02")
sleep(10) sleep(10)
os.system("rm -rf /var/lib/taos/*") os.system("rm -rf /var/lib/taos/*")
print("clear dnode chenhaoran02'data files") print("clear dnode chenhaoran02'data files")
...@@ -142,4 +142,4 @@ class TwoClients: ...@@ -142,4 +142,4 @@ class TwoClients:
clients = TwoClients() clients = TwoClients()
clients.initConnection() clients.initConnection()
# clients.getBuildPath() # clients.getBuildPath()
clients.run() clients.run()
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册