[tarantool-patches] [PATCH] test: drop test space in xlog/checkpoint_threshold

Alexander Turenko alexander.turenko at tarantool.org
Fri Dec 14 09:35:15 MSK 2018


xlog/panic_on_broken_lsn.test.lua fails on
box.schema.space.create('test') after
xlog/checkpoint_threshold.test.lua.
---

no issue
https://github.com/tarantool/tarantool/tree/Totktonada/cleanup-xlog-checkpoint_threshold-test

 test/xlog/checkpoint_threshold.result   | 3 +++
 test/xlog/checkpoint_threshold.test.lua | 1 +
 2 files changed, 4 insertions(+)

diff --git a/test/xlog/checkpoint_threshold.result b/test/xlog/checkpoint_threshold.result
index f1afec7c8..5aa8f9b90 100644
--- a/test/xlog/checkpoint_threshold.result
+++ b/test/xlog/checkpoint_threshold.result
@@ -113,3 +113,6 @@ wait_checkpoint()
 box.cfg{checkpoint_wal_threshold = default_threshold}
 ---
 ...
+s:drop()
+---
+...
diff --git a/test/xlog/checkpoint_threshold.test.lua b/test/xlog/checkpoint_threshold.test.lua
index cd55de099..251665d39 100644
--- a/test/xlog/checkpoint_threshold.test.lua
+++ b/test/xlog/checkpoint_threshold.test.lua
@@ -61,3 +61,4 @@ put(threshold / 5)
 wait_checkpoint()
 
 box.cfg{checkpoint_wal_threshold = default_threshold}
+s:drop()
-- 
2.19.2





More information about the Tarantool-patches mailing list