From: "n.pettik" <korablev@tarantool.org>
To: tarantool-patches@freelists.org
Cc: Kirill Shcherbatov <kshcherbatov@tarantool.org>
Subject: [tarantool-patches] Re: [PATCH v1 1/2] sql: finish clean-up in view_delayed_wal test
Date: Thu, 21 Jun 2018 18:48:41 +0300 [thread overview]
Message-ID: <1023FBB9-5640-4BEA-8A18-ED42B74C53D4@tarantool.org> (raw)
In-Reply-To: <99cafcd29bfbd39d39e1467c3c6d9123eaf02d90.1529510053.git.kshcherbatov@tarantool.org>
> 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”)
Actually, this is my mistake: I thought that 'restart server’ would delete xlog files…
You can simply substitute test_run:cmd(‘restart server default’) with test_run:cmd(’clean up server default’).
It is what exactly I wanted to do when I was writing this test.
next prev parent reply other threads:[~2018-06-21 15:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-20 15:55 [tarantool-patches] [PATCH v1 0/2] SQL Tests failed on concurrent launch Kirill Shcherbatov
2018-06-20 15:55 ` [tarantool-patches] [PATCH v1 1/2] sql: finish clean-up in view_delayed_wal test Kirill Shcherbatov
2018-06-21 15:48 ` n.pettik [this message]
2018-06-20 15:55 ` [tarantool-patches] [PATCH v1 2/2] sql: unset pragma in transitive-transactions test Kirill Shcherbatov
2018-06-21 15:45 ` [tarantool-patches] " n.pettik
2018-06-21 16:06 ` Kirill Shcherbatov
2018-06-25 13:39 ` [tarantool-patches] Re: [PATCH v1 0/2] SQL Tests failed on concurrent launch Kirill Shcherbatov
2018-06-25 13:42 ` n.pettik
2018-06-26 8:01 ` Kirill Yukhin
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=1023FBB9-5640-4BEA-8A18-ED42B74C53D4@tarantool.org \
--to=korablev@tarantool.org \
--cc=kshcherbatov@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='[tarantool-patches] Re: [PATCH v1 1/2] sql: finish clean-up in view_delayed_wal test' \
/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