From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Nikita Pettik <korablev@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH 0/2] Upsert upgrade test follow-up
Date: Tue, 20 Oct 2020 14:54:54 +0300 [thread overview]
Message-ID: <20201020115454.GA1609601@hpalx> (raw)
In-Reply-To: <cover.1602769246.git.korablev@tarantool.org>
Hi Nikita, I've checked your patchset and test results in gitlab
https://gitlab.com/tarantool/tarantool/-/pipelines/204910880
All results are good. All failed testing I've checked and see that
they are known by the other issues and no new degradation found.
Patchset LGTM.
On Thu, Oct 15, 2020 at 05:33:08PM +0300, Nikita Pettik wrote:
> As Vlad noticed (after patch was pushed) it is better to follow
> more extendible folder structure for upgrade tests (to ease its
> maintenance). This patch clean-ups current vinyl/upgrade tests and
> make it look the same as xlog/upgrade folder.
>
> Branch:
> https://github.com/tarantool/tarantool/tree/np/gh-5107-upsert-upgrade-followup
>
> Nikita Pettik (2):
> vinyl: remove vinyl/upgrade.test.lua
> vinyl: reorganize vinyl/upsert_upgrade.test.lua
>
> test/vinyl/suite.cfg | 3 -
> test/vinyl/suite.ini | 2 +-
> test/vinyl/upgrade.lua | 7 -
> test/vinyl/upgrade.test.lua | 20 ---
> .../00000000000000000000.vylog | Bin
> .../00000000000000000004.vylog | Bin
> .../00000000000000000004.xlog | Bin
> .../00000000000000000010.vylog | Bin
> .../00000000000000000010.xlog | 0
> .../512/0/00000000000000000002.index | Bin
> .../512/0/00000000000000000002.run | Bin
> .../512/0/00000000000000000004.index | Bin
> .../512/0/00000000000000000004.run | Bin
> .../512/0/00000000000000000006.index | Bin
> .../512/0/00000000000000000006.run | Bin
> .../2.5.1/gh-5107-upsert-upgrade/fill.lua | 15 ++
> test/vinyl/upgrade/fill.lua | 136 ------------------
> .../upgrade/upsert/00000000000000000004.snap | Bin 6187 -> 0 bytes
> .../upgrade/upsert/00000000000000000010.snap | Bin 6188 -> 0 bytes
> test/vinyl/upsert_upgrade.result | 59 --------
> test/vinyl/upsert_upgrade.test.lua | 32 -----
> 21 files changed, 16 insertions(+), 258 deletions(-)
> delete mode 100644 test/vinyl/upgrade.lua
> delete mode 100644 test/vinyl/upgrade.test.lua
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/00000000000000000000.vylog (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/00000000000000000004.vylog (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/00000000000000000004.xlog (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/00000000000000000010.vylog (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/00000000000000000010.xlog (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/512/0/00000000000000000002.index (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/512/0/00000000000000000002.run (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/512/0/00000000000000000004.index (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/512/0/00000000000000000004.run (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/512/0/00000000000000000006.index (100%)
> rename test/vinyl/upgrade/{upsert => 2.5.1/gh-5107-upsert-upgrade}/512/0/00000000000000000006.run (100%)
> create mode 100644 test/vinyl/upgrade/2.5.1/gh-5107-upsert-upgrade/fill.lua
> delete mode 100644 test/vinyl/upgrade/fill.lua
> delete mode 100644 test/vinyl/upgrade/upsert/00000000000000000004.snap
> delete mode 100644 test/vinyl/upgrade/upsert/00000000000000000010.snap
> delete mode 100644 test/vinyl/upsert_upgrade.result
> delete mode 100644 test/vinyl/upsert_upgrade.test.lua
>
> --
> 2.17.1
>
next prev parent reply other threads:[~2020-10-20 11:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-15 14:33 Nikita Pettik
2020-10-15 14:33 ` [Tarantool-patches] [PATCH 1/2] vinyl: remove vinyl/upgrade.test.lua Nikita Pettik
2020-10-15 14:33 ` [Tarantool-patches] [PATCH 2/2] vinyl: reorganize vinyl/upsert_upgrade.test.lua Nikita Pettik
2020-10-19 20:02 ` [Tarantool-patches] [PATCH 0/2] Upsert upgrade test follow-up Vladislav Shpilevoy
2020-10-20 11:54 ` Alexander V. Tikhonov [this message]
2020-10-20 16:31 ` Nikita Pettik
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=20201020115454.GA1609601@hpalx \
--to=avtikhon@tarantool.org \
--cc=korablev@tarantool.org \
--cc=tarantool-patches@dev.tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH 0/2] Upsert upgrade test follow-up' \
/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