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: AS54825 145.40.68.0/24 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (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 9CED21F406 for ; Wed, 15 Nov 2023 13:21:29 +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=E5XZ2NqZ; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id C23CBB8164F; Wed, 15 Nov 2023 13:21:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F345AC433C7; Wed, 15 Nov 2023 13:21:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700054487; bh=mUkjH8o/O+yWAOb1C71cR5pxT/rWeJKxtJwxBy7zazQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E5XZ2NqZes5E9UXa/N+iIHks2LJBioBIr2Cxxq0jbZ3UY4MgBbpTqDbQnDJJo339p 2fIpgmhazLj+iiCt8ufmrIoA15BntPwDhJHD3NKKpDBhOuLEVBGylBG4xVdoGjZikA L52apiATAAQ9x/HAaZssWfrVuhcnvt9WbnTi3nMk= Date: Wed, 15 Nov 2023 08:21:24 -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: <20231115-hasty-fearless-ibis-9bbcad@nitro> References: <20231114221653.M550291@dcvr> <20231114-prompt-sage-bobcat-0e6bec@nitro> <20231114224657.M270072@dcvr> <20231114-accelerated-myrtle-fulmar-2ea0df@nitro> <20231114234620.M78107@dcvr> <20231114-voracious-diamond-cicada-ac568b@nitro> <20231114-futuristic-orchid-mosquito-81babd@nitro> <20231115010642.M607610@dcvr> <20231114-proficient-able-collie-9aa5c0@nitro> <20231115030928.M139225@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231115030928.M139225@dcvr> List-Id: On Wed, Nov 15, 2023 at 03:09:28AM +0000, Eric Wong wrote: > > t/imapd.t .................... 2/? Bailout called. Further testing stopped: FETCH socket closed while reading data from server > > FAILED--Further testing stopped: FETCH socket closed while reading data from server > > make: *** [test_dynamic] Error 255 > > > > This one looks odd but I do see it happen every time I run the test. > > Both are actually related to our libgit2 support. Working on a > fix now since I didn't have libgit2 installed. > > But I'm hesitant to do much with libgit2 since -extindex has > basically made it obsolete scalability-wise. Fwiw, both major > commercial git hosts are ditching libgit2: > > https://public-inbox.org/git/ZRrfN2lbg14IOLiK@nand.local/ I'm quite happy to not require libgit2 -- I've always found it easier to just use git plumbing commands even if this requires exec'ing an external executable. -K