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

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Jul 18 00:44:30 MSK 2018


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(-)
> 




More information about the Tarantool-patches mailing list