Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bu7Lk-0008BJ-N0 for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Oct 2016 00:24:48 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bu7Lj-00039Y-E7 for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Oct 2016 00:24:47 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bu7Li-00038c-Bd; Wed, 12 Oct 2016 00:24:46 +0000 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bu7Ld-0002qr-8g; Wed, 12 Oct 2016 00:24:44 +0000 Received: from mfilter41-d.gandi.net (mfilter41-d.gandi.net [217.70.178.173]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id A011F41C07E; Wed, 12 Oct 2016 02:24:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter41-d.gandi.net Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter41-d.gandi.net (mfilter41-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id oADadNiuLdzB; Wed, 12 Oct 2016 02:24:36 +0200 (CEST) X-Originating-IP: 98.122.164.227 Received: from [192.168.10.146] (unknown [98.122.164.227]) (Authenticated sender: adsend@dunslane.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id EE20241C04C; Wed, 12 Oct 2016 02:24:35 +0200 (CEST) From: Andrew Dunstan Subject: buildfarm client release 4.18 To: PostgreSQL-development , buildfarm-members@postgresql.org Message-ID: Date: Tue, 11 Oct 2016 20:24:34 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Pg-Spam-Score: -2.1 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-hackers Precedence: bulk Sender: pgsql-hackers-owner@postgresql.org I have just released buildfarm client version 4.18. In addition to some minor fixes, there are two significant changes: * The client now makes a determined effort to clean up any left over build artefacts from previous runs at the start of a run. It also tries to clean away old socket files. That means that manual fixes are much less likely to be required, if the script has crashed or the machine has crashed or restarted. * There is a new config parameter "wait_timeout", which defaults to undefined. If it is set then any run that takes longer than the specified number of seconds is aborted. That means that runs that get stuck will time out, and the whole animal won't be stuck and requiring manual intervention. My test animal has a setting of 3 * 3600, i.e. 3 hours. There is some possible danger in this, that we might miss bugs that cause us to get stuck, so at least some animals should not use this feature. The release can be downloaded from: cheers andrew -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers