From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 0CF1B446424 for ; Tue, 31 Mar 2020 02:24:48 +0300 (MSK) References: <025887cafb6ed752962ec238db670ec2f46c0a86.1585097339.git.korablev@tarantool.org> From: Vladislav Shpilevoy Message-ID: <21e6cc3d-899c-da62-69d0-22c4a02f8408@tarantool.org> Date: Tue, 31 Mar 2020 01:24:46 +0200 MIME-Version: 1.0 In-Reply-To: <025887cafb6ed752962ec238db670ec2f46c0a86.1585097339.git.korablev@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH v2 07/10] box: use stacked diagnostic area for functional indexes List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik , tarantool-patches@dev.tarantool.org Hi! Thanks for the patch! > diff --git a/test/engine/func_index.result b/test/engine/func_index.result > index 159158f1c..8f92fcf11 100644 > --- a/test/engine/func_index.result > +++ b/test/engine/func_index.result > @@ -5,6 +5,10 @@ test_run = require('test_run').new() > engine = test_run:get_cfg('engine') > | --- > | ... > +test_run:cmd("push filter \"file: .*\" to \"file: \"") Better hide 'line: *' pattern too.