Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH] test: drop test space in xlog/checkpoint_threshold
@ 2018-12-14  6:35 Alexander Turenko
  2018-12-14  8:26 ` Vladimir Davydov
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Turenko @ 2018-12-14  6:35 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: Alexander Turenko, tarantool-patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [tarantool-patches] [PATCH] test: drop test space in xlog/checkpoint_threshold
  2018-12-14  6:35 [tarantool-patches] [PATCH] test: drop test space in xlog/checkpoint_threshold Alexander Turenko
@ 2018-12-14  8:26 ` Vladimir Davydov
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir Davydov @ 2018-12-14  8:26 UTC (permalink / raw)
  To: Alexander Turenko; +Cc: Kirill Yukhin, tarantool-patches

On Fri, Dec 14, 2018 at 09:35:15AM +0300, Alexander Turenko wrote:
> xlog/panic_on_broken_lsn.test.lua fails on
> box.schema.space.create('test') after
> xlog/checkpoint_threshold.test.lua.

Oops, my fault. Pushed to 2.1.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-14  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14  6:35 [tarantool-patches] [PATCH] test: drop test space in xlog/checkpoint_threshold Alexander Turenko
2018-12-14  8:26 ` Vladimir Davydov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox