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,AWL,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 87C281F4C1 for ; Mon, 11 Nov 2024 21:56:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1731362216; bh=C/r+/mtD23Kz1z663woSWjWlNO6H4vmJJbUJlUmiBuI=; h=From:To:Subject:Date:From; b=n2FCsJXrcHa1GxUedC42tlQ4ovnXEoDL2DMrCWSxg4DpGbKP875Wq/BYxjUiDEvWp /YIDsBEoGUvHY2YfXaE5L69YAU/GZ0P+HCwosnDF02An9gG80YqRsFD3uH/Pjz2kRl lmDtULYcqLyay0t3sKoKhjtkdyEIQfFtFbPmuSfo= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] another round of small fixes Date: Mon, 11 Nov 2024 21:56:52 +0000 Message-ID: <20241111215656.2411957-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Mostly test-related. Only 4/4 was seen occasionally in normal real-world usage, but 3/4 can happen if you're dealing with failing storage. Eric Wong (4): t/inbox_idle: delay for low-res FS w/o inotify||kqueue t/spawn: increase timeout for slow systems import: avoid uninitialized comparison on failures view: avoid uninitialized var from diff query textarea lib/PublicInbox/Import.pm | 4 ++-- lib/PublicInbox/View.pm | 2 +- t/inbox_idle.t | 14 ++++++++++++-- t/spawn.t | 5 ++--- 4 files changed, 17 insertions(+), 8 deletions(-)