From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp62.i.mail.ru (smtp62.i.mail.ru [217.69.128.42]) (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 0E7394696C3 for ; Wed, 1 Apr 2020 18:53:31 +0300 (MSK) Date: Wed, 1 Apr 2020 15:53:30 +0000 From: Nikita Pettik Message-ID: <20200401155330.GA26447@tarantool.org> References: <025887cafb6ed752962ec238db670ec2f46c0a86.1585097339.git.korablev@tarantool.org> <21e6cc3d-899c-da62-69d0-22c4a02f8408@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <21e6cc3d-899c-da62-69d0-22c4a02f8408@tarantool.org> 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: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 31 Mar 01:24, Vladislav Shpilevoy wrote: > 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. Ok: diff --git a/test/engine/func_index.test.lua b/test/engine/func_index.test.lua index 0e4043260..5db588c1f 100644 --- a/test/engine/func_index.test.lua +++ b/test/engine/func_index.test.lua @@ -1,6 +1,7 @@ test_run = require('test_run').new() engine = test_run:get_cfg('engine') test_run:cmd("push filter \"file: .*\" to \"file: \"") +test_run:cmd("push filter \"line: .*\" to \"line: \"") -- -- gh-1260: Func index.