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 3/3] ci: enable LuaJIT tests in CI Date: Mon, 15 Feb 2021 19:29:16 +0300 [thread overview] Message-ID: <20210215162916.GJ9361@root> (raw) In-Reply-To: <2ac28542e4eac2031e5c30b279aabd3bcacbd7a1.1612390822.git.imun@tarantool.org> Hi, Igor! Thanks for the patch! LGTM, except a few nits below. On 04.02.21, Igor Munkin wrote: > This patch adds LuaJIT tests to every CI job type except the one for > static build testing routine on OSX: there is no way to run LuaJIT tests > for out of source build on OSX due to SIP[1]. > > [1]: https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/FileSystemProtections/FileSystemProtections.html > > Follows up #4862 Nit: looks like 'Closes' not 'Follows up'. Feel free to ignore. > > Signed-off-by: Igor Munkin <imun@tarantool.org> > --- > .travis.mk | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) Nit: There is one general comment for the whole patch: In my opinion, it is better to run `make LuaJIT-tests` **before** Tarantool test suite. If LuaJIT is broken failed Tarantool tests information is useless (Is it LuaJIT? Always has been.). Feel free to ignore. > > diff --git a/.travis.mk b/.travis.mk > index 50524007c..c2b79a4e5 100644 > --- a/.travis.mk > +++ b/.travis.mk > @@ -134,6 +134,7 @@ build_debian: configure_debian <snipped> > + # FIXME: Hell with SIP on OSX: Tarantool (and also LuaJIT) > + # is built out of sources, so the test located in the > + # source directory fails to load the shared library built > + # in the binary directory via dlopen(3). > + # For more info proceed the link below: Typo: s/info, proceed/info proceed/ > + # https://developer.apple.com/library/archive/documentation/Security/Conceptual/System_Integrity_Protection_Guide/FileSystemProtections/FileSystemProtections.html > + # Do not run LuaJIT related tests for this built until the > + # issue is not resolved. > + # > + # make -C ${PWD}/static-build/tarantool-prefix/src/tarantool-build LuaJIT-test <snipped> > -- > 2.25.0 > -- Best regards, Sergey Kaplun
next prev parent reply other threads:[~2021-02-15 16:30 UTC|newest] Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-02-03 23:22 [Tarantool-patches] [PATCH 0/3] Adjust LuaJIT build system Igor Munkin via Tarantool-patches 2021-02-03 23:22 ` [Tarantool-patches] [PATCH 1/3] build: fix lua.c file generation Igor Munkin via Tarantool-patches 2021-02-15 13:12 ` Sergey Kaplun via Tarantool-patches 2021-02-19 21:17 ` Igor Munkin via Tarantool-patches 2021-02-03 23:22 ` [Tarantool-patches] [PATCH 2/3] build: adjust LuaJIT build system Igor Munkin via Tarantool-patches 2021-02-15 16:13 ` Sergey Kaplun via Tarantool-patches 2021-02-19 23:10 ` Igor Munkin via Tarantool-patches 2021-02-20 7:42 ` Timur Safin via Tarantool-patches 2021-02-03 23:22 ` [Tarantool-patches] [PATCH 3/3] ci: enable LuaJIT tests in CI Igor Munkin via Tarantool-patches 2021-02-15 16:29 ` Sergey Kaplun via Tarantool-patches [this message] 2021-02-19 21:29 ` Igor Munkin via Tarantool-patches [not found] ` <0b6601d7075c$64329060$2c97b120$@tarantool.org> 2021-02-20 10:18 ` Igor Munkin via Tarantool-patches 2021-02-24 7:16 ` Timur Safin via Tarantool-patches 2021-02-25 22:08 ` Igor Munkin via Tarantool-patches 2021-02-26 19:04 ` Timur Safin via Tarantool-patches 2021-02-26 19:09 ` [Tarantool-patches] [PATCH 0/3] Adjust LuaJIT build system Timur Safin via Tarantool-patches 2021-02-26 21:06 ` Igor Munkin via Tarantool-patches 2021-02-27 13:56 ` Sergey Kaplun via Tarantool-patches 2021-02-28 22:05 ` 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=20210215162916.GJ9361@root \ --to=tarantool-patches@dev.tarantool.org \ --cc=imun@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 3/3] ci: enable LuaJIT tests in CI' \ /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