From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C3EB11F406 for ; Tue, 14 Nov 2023 23:51:06 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=h5MahTQZ; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 72A66CE1940; Tue, 14 Nov 2023 23:51:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 26DC0C433C7; Tue, 14 Nov 2023 23:51:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700005862; bh=zSZFjUChlXYI1DxOkv09dDmHedoxs6R0HLo9lNdCc6U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h5MahTQZURpTi05tqHnWckEcnWY6U5O4Lb8uY7aAgWAJJ7zg07whrqxKBqeMBQMVq ZDizmg8+SHlTWaGxAJsDfmp74QGBRpAk49wh36EbRx0H08xh+NUSKvX6oZelnEvT4x bINBwN7EsN/57/PIeDCZICirc9r3/CqpacgBOx5w= Date: Tue, 14 Nov 2023 18:51:00 -0500 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: t/cindex.t "associate w/o search" test hangs for me Message-ID: <20231114-voracious-diamond-cicada-ac568b@nitro> References: <20231114-idealistic-marvellous-dove-dd143e@nitro> <20231114221653.M550291@dcvr> <20231114-prompt-sage-bobcat-0e6bec@nitro> <20231114224657.M270072@dcvr> <20231114-accelerated-myrtle-fulmar-2ea0df@nitro> <20231114234620.M78107@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231114234620.M78107@dcvr> List-Id: On Tue, Nov 14, 2023 at 11:46:20PM +0000, Eric Wong wrote: > My, that's a lot of pipes... > > I should've told you to try this debug patch earlier, but this > might help... (and our test suite should really be able to > watch messages like this while capturing) Will try this shorty -- currently running a git bisect to find the last time when tests passed on this system. > The like() test will fail with the above change, of course; but > maybe something else is amiss on your system and showing stderr > will help. FWIW, I can't reproduce the problem on my CentOS7 VM. There are two sources of potential discrepancy: - differences in CPAN module versions I have installed - different git or xapian14 versions If you want to try with the newest xapian14 release, you can enable the LFIT copr on your test system: yum copr enable icon/lfit That should let you install xapian14-core and xapian14-bindings-perl, plus git241. This will, at least, get you to the same version of those two things that we have. Thanks for your help! -K