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 A8D771F670 for ; Fri, 15 Oct 2021 13:30:56 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] lei bugfixes and simplifications Date: Fri, 15 Oct 2021 13:30:53 +0000 Message-Id: <20211015133056.6845-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I think I finally tracked down the cause of very sporadic test failures in 3/3. Eric Wong (3): lei forget-search: fix for symlink-ed paths lei + ipc: simplify process reaping lei note-event: fix explicit flush reliability lib/PublicInbox/IPC.pm | 46 +++++++++++------------------- lib/PublicInbox/LEI.pm | 17 ++++------- lib/PublicInbox/LeiBlob.pm | 2 +- lib/PublicInbox/LeiConvert.pm | 2 +- lib/PublicInbox/LeiForgetSearch.pm | 2 +- lib/PublicInbox/LeiImportKw.pm | 1 - lib/PublicInbox/LeiInput.pm | 2 +- lib/PublicInbox/LeiInspect.pm | 2 +- lib/PublicInbox/LeiLsSearch.pm | 2 +- lib/PublicInbox/LeiMirror.pm | 2 +- lib/PublicInbox/LeiNoteEvent.pm | 14 ++++----- lib/PublicInbox/LeiP2q.pm | 2 +- lib/PublicInbox/LeiPmdir.pm | 1 - lib/PublicInbox/LeiStore.pm | 1 + lib/PublicInbox/LeiToMail.pm | 10 +++++-- lib/PublicInbox/LeiUp.pm | 2 +- lib/PublicInbox/LeiXSearch.pm | 16 ++++++----- t/lei-q-save.t | 1 + 18 files changed, 57 insertions(+), 68 deletions(-)