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=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4F3871F406; Wed, 15 Nov 2023 03:09:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1700017768; bh=X4f+Cfbmz3ErTWD+Pkf7UOmHr7Fr1IESsHxQ5OQ8Z7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=y7meHiP489e587P//hbOlWeH4S5E3SZS+kznfFxUg9m1lf+UR9W+npfcxxB1PXdha wvgloxdBWWlLrhGwzO4vV6SzqSdn4rdYnZu2hOxabHPUqNwX2CXyotHfs7Ibu30WyK 9qtMitKKxexYc+3R/NMbND3yp9nZ6Cz7DWJEXXOg= Date: Wed, 15 Nov 2023 03:09:28 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: t/cindex.t "associate w/o search" test hangs for me Message-ID: <20231115030928.M139225@dcvr> 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> <20231114-voracious-diamond-cicada-ac568b@nitro> <20231114-futuristic-orchid-mosquito-81babd@nitro> <20231115010642.M607610@dcvr> <20231114-proficient-able-collie-9aa5c0@nitro> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231114-proficient-able-collie-9aa5c0@nitro> List-Id: Konstantin Ryabitsev wrote: > t/gcf2_client.t .............. 1/? Can't locate object method "fail" via package "PublicInbox::Gcf2Client" at /home/mricon/public-inbox-test/blib/lib/PublicInbox/Git.pm line 269. > (in cleanup) Can't locate object method "fail" via package "PublicInbox::Gcf2Client" at /home/mricon/public-inbox-test/blib/lib/PublicInbox/Git.pm line 269. > # Tests were run but no plan was declared and done_testing() was not seen. > # Looks like your test exited with 65280 just after 2. > t/gcf2_client.t .............. Dubious, test returned 255 (wstat 65280, 0xff00) > > Then just a bit later this one: > > 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/