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=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B4DF21F8C6 for ; Sat, 14 Aug 2021 00:29:44 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei: hopefully kill /Document \d+ not found/ errors Date: Sat, 14 Aug 2021 00:29:41 +0000 Message-Id: <20210814002944.5126-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 2/3 is probably a fix for a long-standing problem, 3/3 was noticed while working on it. If 2/3 doesn't fix it, then maybe 1/3 will help us narrow it down. Eric Wong (3): lei: diagnostics for /Document \d+ not found/ errors lei : wait on remote mboxrd imports synchronously lei: hexdigest mocks account for unwanted headers lib/PublicInbox/FakeImport.pm | 3 +++ lib/PublicInbox/IPC.pm | 2 +- lib/PublicInbox/LEI.pm | 5 +++++ lib/PublicInbox/LeiQuery.pm | 2 +- lib/PublicInbox/LeiRemote.pm | 9 +++++---- lib/PublicInbox/LeiSearch.pm | 17 ++++++++++------- lib/PublicInbox/LeiStore.pm | 10 +++++++++- lib/PublicInbox/LeiXSearch.pm | 11 +++++++---- 8 files changed, 41 insertions(+), 18 deletions(-)