From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 325A9469719 for ; Fri, 16 Oct 2020 15:59:26 +0300 (MSK) Date: Fri, 16 Oct 2020 15:59:24 +0300 From: "Alexander V. Tikhonov" Message-ID: <20201016125924.GA450900@hpalx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH] Remove hardcoded paths to LuaJIT tests List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin Cc: tarantool-patches@dev.tarantool.org Hi Igor, thanks for the patchset. As I see now issues appeared on it and it really fixed testing. Patchset LGTM. On Fri, Oct 16, 2020 at 03:11:32PM +0300, Igor Munkin wrote: > As a result of the review[1] for Timur patch, I've finally got the idea > how to reduce the struggling Kirill faces every time there is a new test > created within LuaJIT third party repo. The series contains of two > patches in both repos: > * the root CMakeLists.txt for test directory is introduced to LuaJIT > repo in scope of the first patch > * the paths in test/CMakeLists.txt are accordingly adjusted > > Issue: https://github.com/tarantool/tarantool/issues/5425 > LuaJIT repo branches: > * https://github.com/tarantool/luajit/tree/imun/gh-5425-luajit-tests-cmake > * https://github.com/tarantool/luajit/tree/imun/gh-5425-luajit-tests-cmake-2.5 > Tarantool repo branch (need to be cherry-picked to all stable branches): > * https://github.com/tarantool/tarantool/tree/imun/gh-5425-luajit-tests-cmake > > CI is not green, but I've done my best. I see neither build fails nor > failures related to the luajit-tap tests here: > * https://gitlab.com/tarantool/tarantool/-/pipelines/203537445 > > [1]: https://lists.tarantool.org/pipermail/tarantool-patches/2020-October/020266.html > > -- > 2.25.0 >