Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qS62s-004HZp-4i for buildfarm-members@arkaria.postgresql.org; Sat, 05 Aug 2023 01:25:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qS62p-00CFm0-Ib for buildfarm-members@arkaria.postgresql.org; Sat, 05 Aug 2023 01:25:27 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qS62p-00CFls-D8 for buildfarm-members@lists.postgresql.org; Sat, 05 Aug 2023 01:25:27 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qS62h-000dRZ-Ox for buildfarm-members@lists.postgresql.org; Sat, 05 Aug 2023 01:25:25 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 3751PG0Z3973103; Fri, 4 Aug 2023 21:25:16 -0400 From: Tom Lane To: Andrew Dunstan cc: "buildfarm-members@lists.postgresql.org" Subject: Re: Release 17 of the PostgreSQL Buildfarm Client In-reply-to: <3951994.1691190865@sss.pgh.pa.us> References: <6e00da65-f0dc-3fa7-8b06-49385e08d05c@dunslane.net> <3951994.1691190865@sss.pgh.pa.us> Comments: In-reply-to Tom Lane message dated "Fri, 04 Aug 2023 19:14:25 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3973101.1691198716.1@sss.pgh.pa.us> Date: Fri, 04 Aug 2023 21:25:16 -0400 Message-ID: <3973102.1691198716@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I wrote: > I ran a test of this using > run_branches.pl --run-all --nosend --force > and noticed that it created "animal.force-one-run" files in each > of the per-branch directories, and never removed them. Further testing shows that a pre-existing force-one-run file does get removed, so use-cases involving manual creation of the file are still OK. Maybe this "force twice" from --force has been there all along, and nobody noticed? Even if it's a new bug, it's not a show-stopper. regards, tom lane