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 956301F45D for ; Sun, 22 Mar 2020 08:58:49 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] daemon: SIGUSR2 fixes Date: Sun, 22 Mar 2020 08:58:47 +0000 Message-Id: <20200322085849.14360-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: I noticed we never had tests for SIGUSR2, so I started writing them and fixed two bugs. Eric Wong (2): daemon: fix SIGUSR2 upgrade with -W0 (no workers) daemon: unlink .oldbin PID file correctly lib/PublicInbox/Daemon.pm | 7 ++- t/httpd-unix.t | 100 ++++++++++++++++++++++++++++++++++---- 2 files changed, 95 insertions(+), 12 deletions(-)