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 18A421F45A for ; Sun, 19 Apr 2020 23:19:39 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] test speedups for FreeBSD Date: Sun, 19 Apr 2020 23:19:33 +0000 Message-Id: <20200419231937.56365-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: There's a tiny improvement on Linux, but FreeBSD benefits more, especially [PATCH 2/4] Eric Wong (4): import: init_bare: allow use as method, use in tests import: init_bare: use pure Perl t/ds-leak: use BSD::Resource testcommon: spawn-aware system() and qx[] workalikes lib/PublicInbox/Import.pm | 31 ++++++++++++++++++++++++------- lib/PublicInbox/TestCommon.pm | 26 ++++++++++++++++++++++++-- lib/PublicInbox/V2Writable.pm | 5 ++--- t/admin.t | 3 ++- t/altid.t | 2 +- t/cgi.t | 3 ++- t/config.t | 5 +++-- t/convert-compact.t | 3 +-- t/ds-leak.t | 16 ++++++++++------ t/edit.t | 2 +- t/feed.t | 2 +- t/git.t | 22 ++++++++++------------ t/hl_mod.t | 20 +++++++------------- t/html_index.t | 2 +- t/httpd-corner.t | 30 ++++++++++++++---------------- t/httpd.t | 8 ++++---- t/import.t | 3 +-- t/indexlevels-mirror.t | 8 ++++---- t/init.t | 5 +++-- t/mda.t | 5 +++-- t/mda_filter_rubylang.t | 6 +++--- t/multi-mid.t | 2 +- t/nntpd.t | 5 +++-- t/nulsubject.t | 5 +++-- t/psgi_attach.t | 2 +- t/psgi_mount.t | 2 +- t/psgi_text.t | 2 +- t/replace.t | 2 +- t/search-thr-index.t | 3 ++- t/search.t | 2 +- t/solver_git.t | 8 +++++--- t/v1-add-remove-add.t | 2 +- t/v1reindex.t | 2 +- t/v2mda.t | 2 +- t/v2mirror.t | 4 ++-- t/v2writable.t | 2 +- t/watch_maildir.t | 3 ++- t/watch_maildir_v2.t | 3 ++- t/www_listing.t | 24 ++++++++++++++---------- xt/git-http-backend.t | 6 +++--- 40 files changed, 167 insertions(+), 121 deletions(-)