[tarantool-patches] Re: [PATCH 2/2] test: add output filtering feature

roman.habibov1 at yandex.ru roman.habibov1 at yandex.ru
Fri Sep 21 03:54:42 MSK 2018


Add output filtering feature for engine/savepoint.test.

Part of #3518.
---
commit b8be4c51e29110f459bd58dba51d6546cd9da25b
Author: Roman Khabibov <roman.habibov1 at yandex.ru>
Date:   Fri Sep 21 03:28:04 2018 +0300

    test: add output filtering feature

diff --git a/test/engine/savepoint.result b/test/engine/savepoint.result
index a62a2e1..9e527f6 100644
--- a/test/engine/savepoint.result
+++ b/test/engine/savepoint.result
@@ -4,6 +4,10 @@ env = require('test_run')
 test_run = env.new()
 ---
 ...
+test_run:cmd("push filter '(.builtin/.*).lua:346' to '\\1.lua:340'")
+---
+- true
+...
 -- gh-2025 box.savepoint
 s1 = nil
 ---
diff --git a/test/engine/savepoint.test.lua b/test/engine/savepoint.test.lua
index de8f297..9d4be7f 100644
--- a/test/engine/savepoint.test.lua
+++ b/test/engine/savepoint.test.lua
@@ -1,5 +1,6 @@
 env = require('test_run')
 test_run = env.new()
+test_run:cmd("push filter '(.builtin/.*).lua:346' to '\\1.lua:340'")
 
 -- gh-2025 box.savepoint
 




More information about the Tarantool-patches mailing list