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=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from todd.t-8ch.de (todd.t-8ch.de [IPv6:2a01:4f8:c010:41de::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 55A661F9F3 for ; Thu, 28 Oct 2021 14:03:18 +0000 (UTC) Date: Thu, 28 Oct 2021 16:03:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=t-8ch.de; s=mail; t=1635429794; bh=b1ps5DNxhTrnWRr2jaRygmDet7Ow2UPeKnHOJjCuNSg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cTxGoln5DkhEvLjYky5veRtZwcUcF8gagIWLqra01ZQQTuJUf8+5QMU42zZuqyAIN ojoFnfLdb8riQTrfpekQ+nn5igRTc5lZzVUBPOA+OkxRIAVTQmGfXqBG68wNqSE3MK 3x5ZA9caAD0ZFpRDbw4AKkdJvEzpciKzl0AJcnhU= From: Thomas =?utf-8?Q?Wei=C3=9Fschuh?= To: Eric Wong Cc: meta@public-inbox.org Subject: Re: lei-q-remote-import failures [was: [PATCH] t/index-git-times: support non-master default branch] Message-ID: References: <20211025222453.252181-1-thomas@t-8ch.de> <20211025225822.GA28875@dcvr> <20211026052815.GA13265@dcvr> <20211027211515.M84746@dcvr> <52653367-9aac-45a7-9d3d-56dacfe36905@t-8ch.de> <20211027234856.M792093@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20211027234856.M792093@dcvr> Jabber-ID: thomas@t-8ch.de X-Accept: text/plain, text/html;q=0.2, text/*;q=0.1 X-Accept-Language: en-us, en;q=0.8, de-de;q=0.7, de;q=0.6 List-Id: On 2021-10-27 23:48+0000, Eric Wong wrote: > Thomas Weißschuh wrote: > > It didn't help, neither did larger sleeps. > > Thanks for testing. > > > I'll see if I can debug it in the coming days. > > OK, maybe the patch below can get you started... > > I've also been wondering if something like GIT_TRACE is > necessary, but it's also more work to support + document. > And Perl code is easily modified compared to AOT languages. It turned out that in my $XDG_CONFIG_HOME/lei/all_locals_ever.git/lei_ale.state there were entries for the repositories in $PUBLIC_INBOX_SRC/t/home2/{t1,t2}. I'm not sure how those entries came to be but probably because of some debugging things I did before. IMO it would make sense to prevent p-i to read this global state during unittests.