Skip to content

Commit

Permalink
Fixing tablet names after Ammar's changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alainjobart committed Dec 9, 2014
1 parent 120b126 commit a2b2144
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/initial_sharding.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def test_resharding(self):
for keyspace_shard in ('test_keyspace/-80', 'test_keyspace/80-'):
utils.run_vtctl(['CopySchemaShard',
'--exclude_tables', 'unrelated',
shard_rdonly.tablet_alias,
shard_rdonly1.tablet_alias,
keyspace_shard],
auto_log=True)

Expand Down
2 changes: 1 addition & 1 deletion test/resharding.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def test_resharding(self):
for keyspace_shard in ('test_keyspace/80-c0', 'test_keyspace/c0-'):
utils.run_vtctl(['CopySchemaShard',
'--exclude_tables', 'unrelated',
shard_1_rdonly.tablet_alias,
shard_1_rdonly1.tablet_alias,
keyspace_shard],
auto_log=True)

Expand Down
2 changes: 1 addition & 1 deletion test/vertical_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def test_vertical_split(self):
# small table we have.
utils.run_vtctl(['CopySchemaShard',
'--tables', 'moving.*,view1',
source_rdonly.tablet_alias,
source_rdonly1.tablet_alias,
'destination_keyspace/0'],
auto_log=True)

Expand Down

0 comments on commit a2b2144

Please sign in to comment.