Skip to content
Snippets Groups Projects
Commit 180f8bf7 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Refactor URI usage and remove hard-coded IP addreses from tests

Tarantool started to use getaddrinfo() to find suitable address for
binding both for IPROTO and CONSOLE ports. A hostname can be resolved to
various addresses families, depending on user settings. For example, all
moderns systems resolve 'localhost' to '::1' by default. This creates a
problem if one subsystem binds to '127.0.0.1' and some other tries to
connect '::1'. This patch unify hardcoded names and addresses in entire test
suite to use the same value. This is pre-requisite for #447, #368 and other
URI-related patches.

Other changes:

  * console.listen() now properly handles address arguments
  * console.listen() re-based on socket.tcp_server() code
parent 4f59a403
No related branches found
No related tags found
No related merge requests found
Showing
with 120 additions and 100 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment