зеркало из https://github.com/github/vitess-gh.git
reparent.py: Fix style issue.
This commit is contained in:
Родитель
65f9935095
Коммит
450c909cd6
|
@ -508,9 +508,9 @@ class TestReparent(unittest.TestCase):
|
||||||
logging.debug('New master position: %s', str(new_pos))
|
logging.debug('New master position: %s', str(new_pos))
|
||||||
# Use "localhost" as hostname because Travis CI worker hostnames are too long for MySQL replication.
|
# Use "localhost" as hostname because Travis CI worker hostnames are too long for MySQL replication.
|
||||||
changeMasterCmds = mysql_flavor().change_master_commands(
|
changeMasterCmds = mysql_flavor().change_master_commands(
|
||||||
"localhost",
|
'localhost',
|
||||||
tablet_62044.mysql_port,
|
tablet_62044.mysql_port,
|
||||||
new_pos)
|
new_pos)
|
||||||
|
|
||||||
# 62344 will now be a slave of 62044
|
# 62344 will now be a slave of 62044
|
||||||
tablet_62344.mquery('', ['RESET MASTER', 'RESET SLAVE'] +
|
tablet_62344.mquery('', ['RESET MASTER', 'RESET SLAVE'] +
|
||||||
|
|
Загрузка…
Ссылка в новой задаче