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.3 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 [IPv6:2604:1380:4601:e00::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 B3A491F452 for ; Wed, 15 Nov 2023 01:43:38 +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=2i88KoNH; 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 01C32B817B0; Wed, 15 Nov 2023 01:43:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCBECC433C8; Wed, 15 Nov 2023 01:43:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1700012616; bh=UCOkN1haykueYG+EztQnQ9QzMeQHtQt+J7G84M5P2kQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2i88KoNH51ZKio5adC9SkreHW/TUygT686zR3+B1OHKA4GUxRTl2aBajeLTXNsp5I 4bUFGcG92p1tOvAitFUd8AFrFBFUovPlmxLkUc5lOOnjZg0/1U0gvpZgOZdkYSes2m ogiwZwS1EpJx3ThWAQA0VnTaiulJ9dNYOR+vJgTM= Date: Tue, 14 Nov 2023 20:43:33 -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-proficient-able-collie-9aa5c0@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> <20231114-voracious-diamond-cicada-ac568b@nitro> <20231114-futuristic-orchid-mosquito-81babd@nitro> <20231115010642.M607610@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20231115010642.M607610@dcvr> List-Id: On Wed, Nov 15, 2023 at 01:06:42AM +0000, Eric Wong wrote: > Konstantin Ryabitsev wrote: > > Looks like the last time I am able to successfully run "make test" is before > > this commit: > > > > b231d91f42d791becf7b6861e723833d71e73237 is the first bad commit > > > > The error I start getting after this commit is: > > > > t/extsearch.t ................ 160/? > > # Failed test 'lei_err=unindexed extindex /tmp/pi-extsearch-12765-FmsY/extindex not supported > > # > > # Argument "-TERM" isn't numeric in kill at /home/mricon/public-inbox-test/blib/lib/PublicInbox/IPC.pm line 442. > > Thanks, that (and another bug) should be fixed with: > https://public-inbox.org/meta/20231115010457.1047199-1-e@80x24.org/ Thanks, that is indeed much better! But I still get a few errors. First a non-critical: 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. -K