From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 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.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id A7DEB1F572 for ; Tue, 23 Jul 2024 21:28:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1721770117; bh=iBF+DetTWWiELU2rCcaqGsdm9k3KY+DQlsD74hesZBI=; h=From:To:Subject:Date:From; b=QQEIms95Qi4lnzpobMrySH1iGKAtNLL3sXQceWk/B/mYogj7iymHEMPeEc0k+Nxap DoS0cT0+eCo7G4+kB0h9QKl+UZIeksVYvHL8m5MLkOE+Ix46nJbQrQaiNdS6NoNbl+ nKkWgDlFhp5tp4TlaaVOxUBdm3dWW57IzImRpkSY= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] fix ENOSPC on writes Date: Tue, 23 Jul 2024 21:28:33 +0000 Message-ID: <20240723212837.3931413-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 2/4 is the actual fix to the bug reported by Robin, but the others update tests and increase coverage for integration with the v2 write path. Eric Wong (4): t/msgmap: updates for Perl 5.12+ and copyrights msgmap: mid_insert: reraise on unexpected errors t/v2writable: test ENOSPC from fast-import t/v2writable: use 5.10.1 and autodie more lib/PublicInbox/Msgmap.pm | 6 +++- t/msgmap.t | 25 ++++++++++--- t/v2writable.t | 76 +++++++++++++++++++++++++++++++-------- 3 files changed, 86 insertions(+), 21 deletions(-)