Skip to content
Snippets Groups Projects
  1. Oct 01, 2014
  2. Sep 30, 2014
  3. Sep 29, 2014
  4. Sep 28, 2014
  5. Sep 27, 2014
  6. Sep 26, 2014
    • Dmitry Simonenko's avatar
      06e714c9
    • Dmitry Simonenko's avatar
      sophia: update gh.test result · d651c8c0
      Dmitry Simonenko authored
      d651c8c0
    • Roman Tsisyk's avatar
      Refactor URI usage and remove hard-coded IP addreses from tests · 180f8bf7
      Roman Tsisyk authored
      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
      180f8bf7
Loading