зеркало из https://github.com/github/vitess-gh.git
Fixing a couple comments.
This commit is contained in:
Родитель
f07a42457c
Коммит
85c70cc733
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче