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.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF 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 A1FFD1F51E for ; Fri, 30 Sep 2022 09:21:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1664529700; bh=7YSmlGU9hEnjsXgDU1hDMRdZW47RZzUazzJTZl/GnTw=; h=From:To:Subject:Date:From; b=i+6NdwoMYAFI4YiIF3Tl4+fwyakSWMGHccnqCabGJB3X93ssZT/LU1c7GEQxYvFJK 9OQnvYCp1OFHtT1aun6utew+YmZt5L970BuzgKjN36rgJbNCvrAsitfEn5c3TeXiMb bSJTEh8biP24aHc7WdUt1KfIPMTnWnu1nrXIEwnI= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] fixes noticed while diagnosing t/lei-up.t Date: Fri, 30 Sep 2022 09:21:36 +0000 Message-Id: <20220930092140.3894047-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I'm still trying to figure out why OverIdx->adj_counter (via next_tid) in the LeiSavedSearch dedupe check occasionally fails under CentOS 7.x (but not other systems). Meanwhile, some improvements noticed along the way. The underlying problem remains... Disabling WAL didn't help t/lei-up.t on CentOS 7.x, so the obvious newish feature we use is unlikely the culprit... Eric Wong (4): tests: favor 3 argument `open' with interopolation t/lei-up: improve diagnostics for this test lei_to_mail: propagate errors to script/lei t/altid_v2: improve test style lib/PublicInbox/LeiToMail.pm | 34 ++++++++++++++++------------ t/altid_v2.t | 10 ++++----- t/hl_mod.t | 4 ++-- t/lei-up.t | 43 ++++++++++++++++++++++-------------- t/lei_to_mail.t | 10 ++++----- 5 files changed, 59 insertions(+), 42 deletions(-)