From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 425724696C4 for ; Thu, 12 Mar 2020 13:24:39 +0300 (MSK) From: Roman Khabibov Date: Thu, 12 Mar 2020 13:24:32 +0300 Message-Id: <20200312102434.97300-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 0/2] Return getaddrinfo() errors List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org 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)