From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Igor Munkin <imun@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH luajit 3/5] test: introduce test:skipall TAP helper Date: Mon, 27 Feb 2023 12:51:11 +0300 [thread overview] Message-ID: <Y/x9D6E32NlmIrIr@root> (raw) In-Reply-To: <2b510bb3d602fb66b7ee0310ca027f9e8be66480.1677236706.git.imun@tarantool.org> Hi, Igor! Thanks for the patch! LGTM, just a few nits regarding the commit message. On 27.02.23, Igor Munkin wrote: > Sometimes one need to skip all tests in the script. TAP13 protocol Typo: s/need/needs/ > supports this via the following line: > | 1..0 # SKIP <reason> > > Within this commit <test:skipall> helper is introduced that yields the > aforementined line to the TAP consumer and exits the test script. It's Typo: s/aforementined/aforementioned/ > worth to mention, that skipall helper is implemented only for root (i.e. > test with no parent) tests and subtests are not supported at the moment. > The corresponding assertion with FIXME reason is added to <finalize>. > > Signed-off-by: Igor Munkin <imun@tarantool.org> > --- > test/tarantool-tests/tap.lua | 23 ++++++++++++++++++++--- > 1 file changed, 20 insertions(+), 3 deletions(-) > > diff --git a/test/tarantool-tests/tap.lua b/test/tarantool-tests/tap.lua > index a1f54d20..92d59ce9 100644 > --- a/test/tarantool-tests/tap.lua > +++ b/test/tarantool-tests/tap.lua <snipped> -- Best regards, Sergey Kaplun
next prev parent reply other threads:[~2023-02-27 9:54 UTC|newest] Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-02-27 9:07 [Tarantool-patches] [PATCH luajit 0/5] Tarantool tests enhancements Igor Munkin via Tarantool-patches 2023-02-27 9:07 ` [Tarantool-patches] [PATCH luajit 1/5] ci: use LuaJIT-test target in testing workflows Igor Munkin via Tarantool-patches 2023-02-27 9:41 ` Sergey Kaplun via Tarantool-patches 2023-02-28 7:42 ` Maxim Kokryashkin via Tarantool-patches 2023-02-27 9:07 ` [Tarantool-patches] [PATCH luajit 2/5] test: stop using utils.selfrun in tests Igor Munkin via Tarantool-patches 2023-02-27 10:08 ` Sergey Kaplun via Tarantool-patches 2023-02-27 18:04 ` Igor Munkin via Tarantool-patches 2023-02-28 7:46 ` Maxim Kokryashkin via Tarantool-patches 2023-02-27 9:07 ` [Tarantool-patches] [PATCH luajit 3/5] test: introduce test:skipall TAP helper Igor Munkin via Tarantool-patches 2023-02-27 9:51 ` Sergey Kaplun via Tarantool-patches [this message] 2023-02-27 18:04 ` Igor Munkin via Tarantool-patches 2023-02-28 7:51 ` Maxim Kokryashkin via Tarantool-patches 2023-02-28 16:26 ` Igor Munkin via Tarantool-patches 2023-02-27 9:07 ` [Tarantool-patches] [PATCH luajit 4/5] test: introduce test:skiprest " Igor Munkin via Tarantool-patches 2023-02-27 9:56 ` Sergey Kaplun via Tarantool-patches 2023-02-27 18:04 ` Igor Munkin via Tarantool-patches 2023-02-28 7:55 ` Maxim Kokryashkin via Tarantool-patches 2023-02-28 16:26 ` Igor Munkin via Tarantool-patches 2023-02-27 9:07 ` [Tarantool-patches] [PATCH luajit 5/5] test: make skipcond helper more convenient Igor Munkin via Tarantool-patches 2023-02-27 10:01 ` Sergey Kaplun via Tarantool-patches 2023-02-28 8:10 ` Maxim Kokryashkin via Tarantool-patches 2023-03-02 17:07 ` [Tarantool-patches] [PATCH luajit 0/5] Tarantool tests enhancements Igor Munkin via Tarantool-patches
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=Y/x9D6E32NlmIrIr@root \ --to=tarantool-patches@dev.tarantool.org \ --cc=imun@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit 3/5] test: introduce test:skipall TAP helper' \ /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