From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E5F181F8C8; Mon, 27 Sep 2021 21:40:31 +0000 (UTC) Date: Mon, 27 Sep 2021 16:40:31 -0500 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: [PATCH 0/3] fixes for odd/old/missing dependencies Message-ID: <20210927214031.GA24050@dcvr> References: <20210927194520.a26flphsrp72urb5@meerkat.local> <20210927210545.23941-1-e@80x24.org> <20210927212729.dfq7ma2drphlgcvz@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210927212729.dfq7ma2drphlgcvz@nitro.local> List-Id: Konstantin Ryabitsev wrote: > Yep, I can confirm that after applying these in addition to the one I applied > earlier, all tests pass. > > Thanks, Eric! No problem, thanks for the bug reports. Btw, I was getting some t/lei-auto-watch.t failures the other week, even after a reliability fix(*) on a slow CentOS 7 VM, but can't reproduce the failure anymore... (*) 2f993ff30854 (t/lei-auto-watch: improve test reliability, 2021-09-02)