From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 7EFAF469710 for ; Wed, 3 Jun 2020 13:13:25 +0300 (MSK) Date: Wed, 3 Jun 2020 13:13:24 +0300 From: Kirill Yukhin Message-ID: <20200603101324.q37mkt5msxbuxo4m@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 v1 1/2] Correct error message at pwd.lua List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: Oleg Piskunov , tarantool-patches@dev.tarantool.org, Alexander Turenko Hello, On 31 май 08:09, Alexander V. Tikhonov wrote: > Durring investigation of the issues found that error message had > not user friendly format: > local pwgr_errstr = "get%s failed [errno %d]: %s" > produced: > [001] LuajitError: builtin/pwd.lua:101: getgetgrall failed [errno 2]: No such file or directory > while it had to be: > [001] LuajitError: builtin/pwd.lua:101: get getgrall failed [errno 2]: No such file or directory > Fixed the error message. > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4592-enoent-pwd-full-ci I've checked your patch into 1.10, 2.3, 2.4 and master. -- Regards, Kirill Yukhin