From: Vladimir Davydov <vdavydov.dev@gmail.com> To: tarantool-patches@freelists.org Subject: [PATCH] test: don't leave open read views after vinyl/errinj_tx Date: Fri, 15 Mar 2019 19:43:14 +0300 [thread overview] Message-ID: <0c7a3e396a78d33cfb3eae74d67957dac4908e7e.1552668189.git.vdavydov.dev@gmail.com> (raw) See commit 65061cb4d595 ("test: don't leave open read views after vinyl/iterator") for more details. Follow-up #3862 --- test/vinyl/errinj_tx.result | 10 ++++++++++ test/vinyl/errinj_tx.test.lua | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/test/vinyl/errinj_tx.result b/test/vinyl/errinj_tx.result index a7583b2e..29ec47c8 100644 --- a/test/vinyl/errinj_tx.result +++ b/test/vinyl/errinj_tx.result @@ -433,3 +433,13 @@ last_read space:drop() --- ... +-- Collect all iterators to make sure no read views are left behind, +-- as they might disrupt the following test run. +collectgarbage() +--- +- 0 +... +box.stat.vinyl().tx.read_views -- 0 +--- +- 0 +... diff --git a/test/vinyl/errinj_tx.test.lua b/test/vinyl/errinj_tx.test.lua index cf83b326..b06831b7 100644 --- a/test/vinyl/errinj_tx.test.lua +++ b/test/vinyl/errinj_tx.test.lua @@ -192,3 +192,8 @@ while f2:status() ~= 'dead' do fiber.sleep(0.01) end last_read space:drop() + +-- Collect all iterators to make sure no read views are left behind, +-- as they might disrupt the following test run. +collectgarbage() +box.stat.vinyl().tx.read_views -- 0 -- 2.11.0
next reply other threads:[~2019-03-15 16:43 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-03-15 16:43 Vladimir Davydov [this message] 2019-03-15 16:43 ` 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=0c7a3e396a78d33cfb3eae74d67957dac4908e7e.1552668189.git.vdavydov.dev@gmail.com \ --to=vdavydov.dev@gmail.com \ --cc=tarantool-patches@freelists.org \ --subject='Re: [PATCH] test: don'\''t leave open read views after vinyl/errinj_tx' \ /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