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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, 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 mail-qk1-x732.google.com (mail-qk1-x732.google.com [IPv6:2607:f8b0:4864:20::732]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 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 426FE1F934 for ; Mon, 27 Sep 2021 21:27:33 +0000 (UTC) Received: by mail-qk1-x732.google.com with SMTP id q125so23875166qkd.12 for ; Mon, 27 Sep 2021 14:27:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=cfK9FXuhU8TCmOcZsK0DPbes5vBOP2lDYxsLmmhM77c=; b=PYWCoTVT40JxlYV3JDMm/NjuDaFUVxFKdnq4nY//DqZHTuFEVggumDWZVH2v2ytzVI 9qRCbEjQ9CU6xSwe2CMucjap4pa3RrHpaKoygs4cMQxYQIiur/iIQFCKNKfaNQ+sui/l HmnxlxwBn4hbqO25Gn5/5AxXhcZLf9xJdt35k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=cfK9FXuhU8TCmOcZsK0DPbes5vBOP2lDYxsLmmhM77c=; b=NDMJyKHrk59NBWld75+N2SWRbhLLEkZk0vlGRRV90xpDcDd3tgSD/ugZBJ8Q3G0uot kARSU0JVxfQrsbKwQIhryQ2lLs+htVcnSXqLqbVUUJQoCQa0HnBGEV42UayfUNL30DXY Y1b10INS/Gww+VxxGrE8Y+Zb6SZPkhPPhj2+EC7KA7WXQdIH5kycX2rjvGQvuXqNB+gA Svv5dPd0cSy9eNWsI6Dy4LxsjZtRafGQSspU50rDTt2NeZdTO95cds3hxgDjy/MKSl8V z8dbYLkSCgvaHKoK5yFbs2k8/QyhOw98grbKk9tFw8KUT+afs29kbE/2PdcVrlPDvG/A 13hQ== X-Gm-Message-State: AOAM533NfU9o1ndOExsJX8lFZvXeT2rdmAxQO8cvtLhOb2LoSk+JbJ3Z Nwl3EZSnxWh7DHUd/W0Tnc92c1DuqHnJXw== X-Google-Smtp-Source: ABdhPJxGiDb4joi15hqqM1rKhv/mJzKaCCnbfj8sKr2XYs8/3SaMvxF+63K0THOP9rdTVcAhOHIZLQ== X-Received: by 2002:a37:356:: with SMTP id 83mr2162167qkd.110.1632778051964; Mon, 27 Sep 2021 14:27:31 -0700 (PDT) Received: from nitro.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id e22sm11659319qtm.10.2021.09.27.14.27.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Sep 2021 14:27:31 -0700 (PDT) Date: Mon, 27 Sep 2021 17:27:29 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/3] fixes for odd/old/missing dependencies Message-ID: <20210927212729.dfq7ma2drphlgcvz@nitro.local> References: <20210927194520.a26flphsrp72urb5@meerkat.local> <20210927210545.23941-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210927210545.23941-1-e@80x24.org> List-Id: On Mon, Sep 27, 2021 at 04:05:42PM -0500, Eric Wong wrote: > On Mon, 27 Sep 2021 15:45:20 -0400, Konstantin Ryabitsev wrote: > > On Mon, Sep 27, 2021 at 07:33:46PM +0000, Eric Wong wrote: > > > The partial fetching would need some work to support working as > > > root. > > > > Ah. Just catch this with check if if id=0 and skipping the test as "known not > > to work for this use-case." > > It wasn't much to add support for root, actually. The rest of > the stuff should be fixed, too. Yep, I can confirm that after applying these in addition to the one I applied earlier, all tests pass. Thanks, Eric! -K