[tarantool-patches] Re: [PATCH v1 1/1] net.box: fix invalid index:count() with iterator

  • From: Vladislav Shpilevoy <v.shpilevoy@xxxxxxxxxxxxx>
  • To: tarantool-patches@xxxxxxxxxxxxx, Kirill Shcherbatov <kshcherbatov@xxxxxxxxxxxxx>
  • Date: Wed, 18 Jul 2018 00:44:30 +0300

Thanks for the patch! LGTM.

On 17/07/2018 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

  src/box/lua/net_box.lua   |  2 +-
  test/box/net.box.result   | 34 ++++++++++++++++++++++++++++++++--
  test/box/net.box.test.lua | 23 +++++++++++++++++++++++
  3 files changed, 56 insertions(+), 3 deletions(-)


Other related posts: