From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 2A88C442A00 for ; Wed, 30 Oct 2019 11:59:49 +0300 (MSK) Date: Wed, 30 Oct 2019 11:59:48 +0300 From: Kirill Yukhin Message-ID: <20191030085948.6gg4flpb5ilrqqdn@tarantool.org> References: <20191029114625.14689-1-maria.khaydich@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191029114625.14689-1-maria.khaydich@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] Netbox connection and self are interchangable List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria Cc: tarantool-patches@dev.tarantool.org Hello, On 29 окт 14:46, Maria wrote: > Despite what was stated in the documentation > netbox.connect was not always equivalent to > netbox.self. In particular, they converted > tuple to different types - table and cdata > respectively. > > Closes #4513 > > Issue: > https://github.com/tarantool/tarantool/issues/4513 > Branch: > https://github.com/tarantool/tarantool/tree/eljashm/gh-4513-netbox.self-convert-tuples-to-table-type [This is not a review] Could you please extract test case for the bug into separatye file? -- Regards, Kirill Yukhin