This commit is contained in:
Alain Jobart 2016-04-15 08:22:49 -07:00
Родитель f07a42457c
Коммит 85c70cc733
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -18,7 +18,7 @@ effects, like:
- tests a destination shard master failover while replication is running.
- tests a filtered replication source replacement while filtered replication
is running.
- tests SourceShadrAdd and ShourceShardDelete.
- tests 'vtctl SourceShardAdd' and 'vtctl SourceShardDelete'.
- makes sure the key range rules are properly enforced on masters.
"""

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

@ -379,8 +379,8 @@ def wait_for_vars(name, port, var=None, key=None, value=None, timeout=10.0):
name: nickname for the process.
port: process port to look at.
var: if specified, waits for var in vars.
key: if specified, waits for vars[var]==value.
value: if key if specified, waits for vars[var]==value.
key: if specified, waits for vars[var][key]==value.
value: if key if specified, waits for vars[var][key]==value.
timeout: how long to wait.
"""
text = 'waiting for http://localhost:%d/debug/vars of %s' % (port, name)