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,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 CBFDE1F55F for ; Mon, 25 Sep 2023 10:17:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1695637034; bh=y7wPYZppedlht1Tu1I5sXkqd0LPdrgJC5FYAurQB0Dk=; h=From:To:Subject:Date:From; b=WLOCyUIMTRmRnDLbCJFJK6yNmWLr6XDcE9ZI7n6iPILS1wlTHcnbjdYCtbu/BRlPa RysXRNGrqAGfUJ+Fj+1sVsUSJS8+7eGvo95p6REhIZssRoMoaiB9WGatuv8785RzYq JEyu6aRXS6ssGU6O8OO++LVEpgPAUkGkfaRAdsKw= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] daemon shutdown improvements Date: Mon, 25 Sep 2023 10:17:12 +0000 Message-ID: <20230925101714.153380-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: More stuff extracted from another branch... Eric Wong (2): ds: force event_loop wakeup on final child death tests: add quit_waiter_pipe and wait_for_eof lib/PublicInbox/DS.pm | 9 ++++++--- lib/PublicInbox/LEI.pm | 1 - lib/PublicInbox/TestCommon.pm | 36 +++++++++++++++++++++++++---------- lib/PublicInbox/XapHelper.pm | 1 - t/httpd-unix.t | 35 ++++++++++------------------------ 5 files changed, 42 insertions(+), 40 deletions(-)