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 821851F8C8 for ; Fri, 8 Oct 2021 10:20:04 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] git: propagate die from async callbacks Date: Fri, 8 Oct 2021 10:20:01 +0000 Message-Id: <20211008102004.7879-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: This should help us find and notice -extindex (and perhaps -mda/-watch/lei) bugs more quickly. Eric Wong (3): git: use async_wait_all everywhere git: async_abort includes --batch-check requests git: fatalize async callback errors by default lib/PublicInbox/Daemon.pm | 2 ++ lib/PublicInbox/Gcf2Client.pm | 4 +-- lib/PublicInbox/Git.pm | 51 +++++++++++++++++++++------------- lib/PublicInbox/GitAsyncCat.pm | 4 +-- lib/PublicInbox/LeiSearch.pm | 4 +-- lib/PublicInbox/LeiStore.pm | 2 +- lib/PublicInbox/V2Writable.pm | 6 ++-- t/git.t | 28 +++++++++++++++++-- xt/cmp-msgstr.t | 2 +- xt/cmp-msgview.t | 2 +- xt/eml_check_limits.t | 2 +- xt/eml_octet-stream.t | 2 +- xt/git_async_cmp.t | 2 +- xt/msgtime_cmp.t | 2 +- xt/perf-msgview.t | 2 +- xt/perf-obfuscate.t | 2 +- 16 files changed, 77 insertions(+), 40 deletions(-)