revote leader when stop one dnode

This commit is contained in:
wenzhouwww@live.cn 2022-07-21 16:06:07 +08:00
parent ff06586b2c
commit 2fa173c047
1 changed files with 7 additions and 7 deletions

View File

@ -339,13 +339,13 @@ class TDTestCase:
self.vote_leader_time_costs(db2) self.vote_leader_time_costs(db2)
self.exec_revote_action(db2) self.exec_revote_action(db2)
# # create database replica 3 vgroups 100 # create database replica 3 vgroups 100
# db3 = 'db_3' db3 = 'db_3'
# create_db_replica_3_vgroups_100 = "create database {} replica 3 vgroups 100".format(db3) create_db_replica_3_vgroups_100 = "create database {} replica 3 vgroups 100".format(db3)
# tdLog.info('=======database {} replica 3 vgroups 100 ======'.format(db3)) tdLog.info('=======database {} replica 3 vgroups 100 ======'.format(db3))
# tdSql.execute(create_db_replica_3_vgroups_100) tdSql.execute(create_db_replica_3_vgroups_100)
# self.vote_leader_time_costs(db3) self.vote_leader_time_costs(db3)
# self.exec_revote_action(db3) self.exec_revote_action(db3)