From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 5D16127485 for ; Thu, 19 Jul 2018 06:23:40 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NPVZA7DU8ej4 for ; Thu, 19 Jul 2018 06:23:40 -0400 (EDT) Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 12EC72727B for ; Thu, 19 Jul 2018 06:23:39 -0400 (EDT) Date: Thu, 19 Jul 2018 13:23:37 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 1/1] net.box: fix invalid index:count() with iterator Message-ID: <20180719102337.rtngi2by6xqe5mll@tarantool.org> References: <7f6ffe078125bd2cb0523f245160236cfb403606.1531827189.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7f6ffe078125bd2cb0523f245160236cfb403606.1531827189.git.kshcherbatov@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, Kirill Shcherbatov Hello, On 17 июл 14:41, Kirill Shcherbatov wrote: > Net.box didn't pass options containing iterator to > server side. > There were also invalid results for two :count tests in > net.box.result file. > > Thanks @ademenev for contributing problem and help with > problem locating. > > Closes #3262. > --- > Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-3262-fix-netbox-index-count > Issue: https://github.com/tarantool/tarantool/issues/3262 I've checked the patch into 1-9 branch. -- Regards, Kirill Yukhin