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 882A5445320 for ; Tue, 28 Jul 2020 16:52:36 +0300 (MSK) From: sergeyb@tarantool.org Date: Tue, 28 Jul 2020 16:52:20 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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 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