From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 58893469719 for ; Mon, 21 Sep 2020 04:45:41 +0300 (MSK) Date: Mon, 21 Sep 2020 04:45:48 +0300 From: Alexander Turenko Message-ID: <20200921014548.nm32eizr4elwqxnd@tkn_work_nb> References: <20200917135121.60380-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200917135121.60380-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/3] lua/pwd: workaround the systemd bug List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov Cc: tml Thanks! This was the annoying issue. > Also I've been thinking on how to test the issue -- we need a buggy > systemd instance running and we actually have Fedora 29 on gitlab > where tests are passed but it is unclear for me how exactly we could > use it. Initially I thought of injecting some error code into pwd module > itself but then I left this idea of making code more ugly just because > of some bug in the particular systemd version. The only choice I see is to ssh into some of our machine, where integration with large LDAP database is enabled, find how to drop a local cache of the database and test manually that freezes are gone. However I guess the change is straightforward enough to just push it.