mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-07 10:49:00 +00:00
Improve messages on host resolve problems
This commit is contained in:
parent
fbc73987e5
commit
6168c094b6
@ -331,7 +331,11 @@ class AddressWizard:
|
||||
:param address_str:
|
||||
:return: tuple of boolean, string, int - isIPv6, resolved_ip, port (may be null), extracted_address
|
||||
"""
|
||||
logging.debug("Trying to resolve address string")
|
||||
|
||||
if not address_str:
|
||||
raise RuntimeError("Mandatory option was not specified: address")
|
||||
|
||||
logging.debug("Trying to resolve address string: %s", address_str)
|
||||
|
||||
port = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user