Merge pull request #910 from michael-berlin/worker_test_remove_unnecessary_copy_schema_shard

worker.py: Remove duplicate CopySchemaShard command.
This commit is contained in:
Michael Berlin 2015-07-24 11:10:23 -07:00
Родитель 65f9935095 f94bae6129
Коммит 01594fb5a9
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -453,7 +453,6 @@ class TestMysqlDownDuringWorkerCopy(TestBaseSplitCloneResiliency):
"""Shuts down MySQL on the destination masters (in addition to the base setup)""" """Shuts down MySQL on the destination masters (in addition to the base setup)"""
logging.debug("Starting base setup for MysqlDownDuringWorkerCopy") logging.debug("Starting base setup for MysqlDownDuringWorkerCopy")
super(TestMysqlDownDuringWorkerCopy, self).setUp() super(TestMysqlDownDuringWorkerCopy, self).setUp()
self.copy_schema_to_destination_shards()
logging.debug("Starting MysqlDownDuringWorkerCopy-specific setup") logging.debug("Starting MysqlDownDuringWorkerCopy-specific setup")
utils.wait_procs([shard_0_master.shutdown_mysql(), utils.wait_procs([shard_0_master.shutdown_mysql(),