[Tarantool-patches] [PATCH v2 0/2] Return getaddrinfo() errors

Roman Khabibov roman.habibov at tarantool.org
Thu Mar 12 13:24:32 MSK 2020


Issue: https://github.com/tarantool/tarantool/issues/4138
Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-4138-getaddrinfo-full-ci

Roman Khabibov (2):
  coio/say: fix getaddrinfo error handling on macOS
  lua: return getaddrinfo() errors

 src/box/lua/net_box.lua   |  7 +++--
 src/lib/core/coio_task.c  |  2 +-
 src/lib/core/say.c        | 12 ++++++--
 src/lua/socket.c          | 16 +++++++++-
 src/lua/socket.lua        | 22 ++++++++++----
 test/app/socket.result    | 63 ++++++++++++++++++++++++++++++++++++---
 test/app/socket.test.lua  | 35 ++++++++++++++++++++--
 test/box/net.box.result   | 31 +++++++++++++++++++
 test/box/net.box.test.lua | 20 +++++++++++++
 test/unit/coio.cc         | 29 +++++++++++++++++-
 test/unit/coio.result     |  4 ++-
 11 files changed, 221 insertions(+), 20 deletions(-)

-- 
2.21.0 (Apple Git-122)



More information about the Tarantool-patches mailing list