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,AWL,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 38FDD1F751 for ; Thu, 16 Apr 2020 01:48:39 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] more test fixes Date: Thu, 16 Apr 2020 01:48:36 +0000 Message-Id: <20200416014838.5939-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Still testing these, but I think these will be the last two patches before 1.4.0. Eric Wong (2): t/httpd-corner: improve reliability and diagnostics t/httpd-unix: reliability for non-signalfd/EVFILT_SIGNAL t/httpd-corner.t | 20 +++++++++++++------- t/httpd-unix.t | 24 +++++++++++++++++++++--- 2 files changed, 34 insertions(+), 10 deletions(-)