Update 5dnode3mnodeStop.py

This commit is contained in:
haoranchen 2022-06-25 18:44:46 +08:00 committed by GitHub
parent ec8a1e54d3
commit e8563be050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -253,11 +253,7 @@ class TDTestCase:
# fisr add three mnodes; # fisr add three mnodes;
tdLog.info("fisr add three mnodes and check mnode status") tdLog.info("fisr add three mnodes and check mnode status")
tdSql.execute("create mnode on dnode 2") tdSql.execute("create mnode on dnode 2")
<<<<<<< HEAD
clusterComCheck.checkMnodeStatus(2) clusterComCheck.checkMnodeStatus(2)
=======
time.sleep(10)
>>>>>>> e571567ec2ae0c7668ccf1b8aaaf949fc84bb44c
tdSql.execute("create mnode on dnode 3") tdSql.execute("create mnode on dnode 3")
clusterComCheck.checkMnodeStatus(3) clusterComCheck.checkMnodeStatus(3)
@ -307,4 +303,4 @@ class TDTestCase:
tdLog.success(f"{__file__} successfully executed") tdLog.success(f"{__file__} successfully executed")
tdCases.addLinux(__file__, TDTestCase()) tdCases.addLinux(__file__, TDTestCase())
tdCases.addWindows(__file__, TDTestCase()) tdCases.addWindows(__file__, TDTestCase())