[tarantool-patches] [PATCH v1 1/2] sql: finish clean-up in view_delayed_wal test

Kirill Shcherbatov kshcherbatov at tarantool.org
Wed Jun 20 18:55:26 MSK 2018


Part of #3472.
---
 test/sql/view_delayed_wal.result   | 3 +++
 test/sql/view_delayed_wal.test.lua | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/test/sql/view_delayed_wal.result b/test/sql/view_delayed_wal.result
index 50efbee..c65a7e5 100644
--- a/test/sql/view_delayed_wal.result
+++ b/test/sql/view_delayed_wal.result
@@ -101,3 +101,6 @@ box.space.V2
 -- SQL data dictionary we have to restart instance to clean up.
 --
 test_run:cmd('restart server default')
+box.sql.execute("DROP TABLE t2")
+---
+...
diff --git a/test/sql/view_delayed_wal.test.lua b/test/sql/view_delayed_wal.test.lua
index 630c52b..8c30fc6 100644
--- a/test/sql/view_delayed_wal.test.lua
+++ b/test/sql/view_delayed_wal.test.lua
@@ -43,3 +43,5 @@ box.space.V2
 -- SQL data dictionary we have to restart instance to clean up.
 --
 test_run:cmd('restart server default')
+
+box.sql.execute("DROP TABLE t2")
-- 
2.7.4





More information about the Tarantool-patches mailing list