From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 05C0143040C for ; Wed, 2 Sep 2020 12:49:26 +0300 (MSK) Date: Wed, 2 Sep 2020 12:49:25 +0300 From: Sergey Bronnikov Message-ID: <20200902094925.GA28854@pony.bronevichok.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 0/2] Recover of table.clear() method List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org, alexander.turenko@tarantool.org Patch requires entry in release notes: @Changelog Fixed: import of table.clear() method Affected versions: - from 2.5.0-265-g3af79e70b (inclusive) to [[`git describe` from 2.5 branch]] (exclusive) - all 2.6.* until [[`git describe` from master branch]] (exclusive) On 16:52 Tue 28 Jul , sergeyb@tarantool.org wrote: > From: Sergey Bronnikov > > Patch [1] introduced regression - > import of 'table.clear' module has been removed. This patch series > fix a bug and adds a test to clear a table. > > 1. https://github.com/tarantool/tarantool/commit/3af79e70b5e1e9b1d69b97f3031a299132a02d2f > > GitHub issue: https://github.com/tarantool/tarantool/issues/5210 > GitLab pipeline: https://gitlab.com/tarantool/tarantool/-/pipelines/171616899 > > Sergey Bronnikov (2): > src: return back import of table.clear() method > test: add regression test for table.clear() > > src/lua/trigger.lua | 1 + > test/box-tap/gh-5210-table-clear.test.lua | 10 ++++++++++ > 2 files changed, 11 insertions(+) > create mode 100755 test/box-tap/gh-5210-table-clear.test.lua > > -- > 2.26.2 > -- sergeyb@