[Tarantool-patches] [PATCH luajit 0/5] Tarantool tests enhancements

Igor Munkin imun at tarantool.org
Thu Mar 2 20:07:49 MSK 2023


I've checked the patchset into all long-term branches in
tarantool/luajit and bumped a new version in master, 2.11 and 2.10.

On 27.02.23, Igor Munkin wrote:
> I decided to split the original series[1], adjusting JIT-related tests
> in tarantool-tests suite into two separate patchsets: one with
> enhancements for test suite and another one for JIT-related tweaks.
> 
> This series consists of the following changes:
> 
> 1. The first one is a simple tiny maintenance patch to remove excess
>    checks in testing workflows.
> 2. The second one is epic one: unfortunately, <utils.selfrun> is too
>    complex to be maintained, so the corresponding tests are split
>    into two files: the test itself and the script to be run by the
>    test. There is a new helper introduced within this patch, and
>    three tests are refactored.
> 3. The third and the fourth patches introduce <tap.skipall> and
>    <tap.skiprest> helpers.
> 4. The fourth patch makes skipcond helper more convenient: it becomes
>    multi-conditional and it yields the test object, so we can organize
>    more readable chains of skip conditions.
> 
> [1]: https://lists.tarantool.org/tarantool-patches/cover.1676304797.git.imun@tarantool.org/T/#t
> 
> Branch: https://github.com/tarantool/luajit/tree/imun/tap-enhancements
> CI: https://github.com/tarantool/luajit/commit/4e6d8b4
> Tarantool PR: https://github.com/tarantool/tarantool/pull/8288
> 
> Igor Munkin (5):
>   ci: use LuaJIT-test target in testing workflows
>   test: stop using utils.selfrun in tests
>   test: introduce test:skipall TAP helper
>   test: introduce test:skiprest TAP helper
>   test: make skipcond helper more convenient
> 

<snipped>

> 
> -- 
> 2.30.2
> 

-- 
Best regards,
IM


More information about the Tarantool-patches mailing list