Re: Windows buildfarm failures - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Windows buildfarm failures
Date
Msg-id 45B11256.3070008@dunslane.net
Whole thread Raw
In response to Re: Windows buildfarm failures  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
>
> Perhaps we could extend pg_regress to allow "--max-connections=auto"
> which would instruct it to set its connection limit to the server's
> actual max_connections minus superuser reserved slots (and probably
> minus a couple more to allow for backend shutdown time etc).  Then the
> buildfarm could use that, while we'd leave the behavior alone for normal
> manual regression tests.
>
>   

This seems needlessly complex. We can tolerate occasional intermittent 
failures on buildfarm, and if they are persistent there is already a 
configurable rate limiting mechanism available.

cheers

andrew



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Windows buildfarm failures
Next
From: "Karen Hill"
Date:
Subject: Re: Planning aggregates which require sorted or distinct input