[Tarantool-patches] [PATCH v2 07/10] box: use stacked diagnostic area for functional indexes
Nikita Pettik
korablev at tarantool.org
Wed Apr 1 18:53:30 MSK 2020
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: <filename>\"")
>
> 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: <filename>\"")
+test_run:cmd("push filter \"line: .*\" to \"line: <line>\"")
--
-- gh-1260: Func index.
More information about the Tarantool-patches
mailing list