From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id sMdUKc3fI2JkKQEAgWs5BA (envelope-from ) for ; Sat, 05 Mar 2022 23:10:21 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id aK20Ic3fI2Lg9gAAG6o9tA (envelope-from ) for ; Sat, 05 Mar 2022 23:10:21 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 45F441E6BE for ; Sat, 5 Mar 2022 23:10:21 +0100 (CET) Received: from localhost ([::1]:55856 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nQcbU-0003TM-3r for larch@yhetil.org; Sat, 05 Mar 2022 17:10:20 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48238) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQcbD-0003Su-LZ for guix-patches@gnu.org; Sat, 05 Mar 2022 17:10:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55367) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nQcbC-0003u1-Su for guix-patches@gnu.org; Sat, 05 Mar 2022 17:10:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nQcbC-0002OQ-Kw for guix-patches@gnu.org; Sat, 05 Mar 2022 17:10:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#54241] [PATCH 0/4] 'github' importer gracefully handles rate limiting Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Mar 2022 22:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54241 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 54241@debbugs.gnu.org Received: via spool by 54241-submit@debbugs.gnu.org id=B54241.16465181669145 (code B ref 54241); Sat, 05 Mar 2022 22:10:02 +0000 Received: (at 54241) by debbugs.gnu.org; 5 Mar 2022 22:09:26 +0000 Received: from localhost ([127.0.0.1]:49264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQcac-0002NQ-IU for submit@debbugs.gnu.org; Sat, 05 Mar 2022 17:09:26 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQcab-0002NE-70 for 54241@debbugs.gnu.org; Sat, 05 Mar 2022 17:09:25 -0500 Received: from [2001:470:142:3::e] (port=36734 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQcaW-0003o4-1m; Sat, 05 Mar 2022 17:09:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=pKVN1NjI4QfXbOfwm7gc2wY6wrSCsqS36FEIjLOQqb0=; b=hu1DjNsVXN6dO3PyPUOH JU2hTOwpBxoygX1uslySPfC/GnIoLPCil+vNGAkLa697Y9162m1XfGi9cnU6uemPJwWMm1y/2Fau1 kA5x4lilrmWB9ha1l5fMoHqGFn8NjsapMDkn+Lqufgxu61jPlU3L4apbzRgAxG2OGAXinsT/L7ZcK DWwJ+Lffjo3EsB1btR+NNkXD0knK1xhR62nM9zZokCUtQ8WxHlPpHRKJYmJCn7bAmBVaUEo9X4Mr0 FotUf8q03DW31A7fNZcoDt2QGx2b0gZ62WMyhxPAGX+qEncsfzOZFm4vjaZKmn5cnLPnc8mxN/xVX qZFDM+kS7bsR1g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50122 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQcaV-0003DX-HR; Sat, 05 Mar 2022 17:09:19 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220303211444.19928-1-ludo@gnu.org> <20220303211444.19928-2-ludo@gnu.org> <61869824d6b6f27ee1b8e71456e9e5c21b3dea5e.camel@telenet.be> Date: Sat, 05 Mar 2022 23:09:18 +0100 In-Reply-To: <61869824d6b6f27ee1b8e71456e9e5c21b3dea5e.camel@telenet.be> (Maxime Devos's message of "Sat, 05 Mar 2022 10:48:20 +0100") Message-ID: <87mti4m4q9.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1646518221; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=pKVN1NjI4QfXbOfwm7gc2wY6wrSCsqS36FEIjLOQqb0=; b=KKXRGIuJizboANDaGCw1CwJ9qVczRaQivYGIJdsEzJZAWLJ5MZNZfFQ6JLQdxjrzPbDFzP 1maYEtWdlfp1+6Q1eJDSEhKxeKIntxDPC3TSyqlcZE1xrje2olg1NTFmhA/+1FjY0SacID Qjmd+xtXlHUK5RjR9LvjrBY35jWGZlNwPdXrrTTl3Ukz0Hsi0my/DJsMRpf+8nBX8of2ZK Bal1FbGriwtmYM8+KZtd0VUOk2VHCSZCH8/0+tBb5oqdrkleZJ96xcwtDvUThALDqGzmCn MzJWL69SiT7zBjpN1yE50osZqgYPmKiGiXmp+eXxPVLmjdoXbvytURskM7I9ug== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646518221; a=rsa-sha256; cv=none; b=JUYMA9TBJ+Gf4wGoVyjzAQ+5sF138byj8TUhbOzx2kM2UWYTezoSp6oe3cDa0pY6Ol2hH3 4o0KE2Basjm37jV4nGvZRb2MJ8fcGQM1Pa4i4PCCkAnkfXOMXz6im+rVcoHvx/E5T7Jhzr FRROtp6L7uRXQL1U3dLXgt7NglB/MXzraa7QgCoXIWRbQWUWAwn1Ahp0lkMYG9I6iZMYDS 51JzQkpUCrg6cIrvvWs4z4EfDsZVVtZUv8ySm8K+dXW9uUYNau7rkOfYeFed7N8yhtQh01 HyQKkFfKqRqVJwHEjjKAOz5KaLBfOU6LNNjTE3xU6vvwhfPCHrOUp4nZl1sq2g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=hu1DjNsV; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.84 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=hu1DjNsV; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 45F441E6BE X-Spam-Score: -4.84 X-Migadu-Scanner: scn0.migadu.com X-TUID: rvhkoTJuJDKX Maxime Devos skribis: > It would be nice to have some tests for the rate limiting code, > in tests/import-github.scm. It would but=E2=80=A6 I think I=E2=80=99ll punt on that one. :-)