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 3433C1F5AD for ; Sat, 11 Apr 2020 10:53:30 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] FreeBSD and test fixes Date: Sat, 11 Apr 2020 10:53:26 +0000 Message-Id: <20200411105330.19544-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Looping the tests for hours on end with a FreeBSD 11.2 VM revealed some problems (and a minor cleanup) I didn't find on my Debian GNU/Linux systems. Eric Wong (4): testcommon: DESTROY: wait for killed daemon dskqxs: ignore EV_SET errors on EVFILT_WRITE t/*.t: localize $SIG{__WARN__} changes t/httpd-corner.t: relax read-after-failed-write handling lib/PublicInbox/DSKQXS.pm | 4 ++-- lib/PublicInbox/TestCommon.pm | 6 +++--- lib/PublicInbox/Xapcmd.pm | 6 +++++- t/httpd-corner.t | 39 +++++++++++++++++++++-------------- t/mda_filter_rubylang.t | 2 +- t/nntpd.t | 2 +- t/watch_filter_rubylang.t | 2 +- 7 files changed, 36 insertions(+), 25 deletions(-)