Update comments in fdbcli_tests.py
This commit is contained in:
parent
0b6d43fa6f
commit
6bf5df6cc5
|
@ -382,7 +382,7 @@ def exclude(logger):
|
|||
logger.debug("Excluding process: {}".format(excluded_address))
|
||||
error_message = run_fdbcli_command_and_get_error('exclude', excluded_address)
|
||||
if error_message == 'WARNING: {} is a coordinator!'.format(excluded_address):
|
||||
# exclude coordinator will fail, verify the randomly selected process is the coordinator
|
||||
# exclude coordinator will print the warning, verify the randomly selected process is the coordinator
|
||||
coordinator_list = get_value_from_status_json(True, 'client', 'coordinators', 'coordinators')
|
||||
assert len(coordinator_list) == 1
|
||||
assert coordinator_list[0]['address'] == excluded_address
|
||||
|
|
Loading…
Reference in New Issue