From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (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 BE979469719 for ; Fri, 20 Mar 2020 18:06:49 +0300 (MSK) Date: Fri, 20 Mar 2020 18:06:49 +0300 From: Kirill Yukhin Message-ID: <20200320150649.itr76mhwv5unswtv@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v3 0/2] test: cleanup tests code List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org Hello, On 20 мар 15:50, Alexander V. Tikhonov wrote: > test: cleanup tests code > > Cleaned up the tests code according to the Lua style guide: > - made scoped variables local > - added os.exit call at the end of the test chunk > - adjusted the messages in test:ok calls > > Renamed test files in the following way: > --.test.lua > where "" is github repository: > gh - tarantool/tarantool > lj - LuaJIT/LuaJIT > or - openresty/luajit2 > > Close #4655 > > --- > > Github: https://github.com/tarantool/luajit/tree/avtikhon/gh-4655-cleanup-tests > Issue: https://github.com/tarantool/tarantool/issues/4655 I've checked your patch into luajit repo and bumped a new version in 1.10, 2.2, 2.3 and master. -- Regards, Kirill Yukhin