From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 BDFF14003E9 for ; Sat, 19 Oct 2019 16:48:27 +0300 (MSK) References: <4fafd7563cd835c8679b41f99815e734f3113878.1571480828.git.imeevma@gmail.com> From: Vladislav Shpilevoy Message-ID: <488e0dd6-d503-8713-2028-3253d77f95e3@tarantool.org> Date: Sat, 19 Oct 2019 15:53:38 +0200 MIME-Version: 1.0 In-Reply-To: <4fafd7563cd835c8679b41f99815e734f3113878.1571480828.git.imeevma@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [tarantool-patches] [PATCH v1 1/1] tests: simplify test box/access_mist.test.lua List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: imeevma@tarantool.org Cc: tarantool-patches@freelists.org, tarantool-patches@dev.tarantool.org Hi! Thanks for the patch! That is better, now the test is not such fragile. But its result file is still huge. I checked history of these three lines: box.space._user:select() box.space._space:select() box.space._func:select() And appeared, that they are 5 years old. Their initial purpose was lost long time ago. I think, it is better to just drop them.