Tarantool development patches archive
 help / color / mirror / Atom feed
From: Alexander Turenko <alexander.turenko@tarantool.org>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: Alexander Turenko <alexander.turenko@tarantool.org>,
	tarantool-patches@freelists.org
Subject: [tarantool-patches] [PATCH] test: drop test space in xlog/checkpoint_threshold
Date: Fri, 14 Dec 2018 09:35:15 +0300	[thread overview]
Message-ID: <e7096cfffcf53b50471df4782ed4857dad8e32c8.1544769239.git.alexander.turenko@tarantool.org> (raw)

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

             reply	other threads:[~2018-12-14  6:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-14  6:35 Alexander Turenko [this message]
2018-12-14  8:26 ` Vladimir Davydov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7096cfffcf53b50471df4782ed4857dad8e32c8.1544769239.git.alexander.turenko@tarantool.org \
    --to=alexander.turenko@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH] test: drop test space in xlog/checkpoint_threshold' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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