Re: Searching for: Fast windows buildfarm animal

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Searching for: Fast windows buildfarm animal
Date: 2018-04-21 00:19:15
Message-ID: 5449.1524269955@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stephen Frost <sfrost(at)snowman(dot)net> writes:
> * Andres Freund (andres(at)anarazel(dot)de) wrote:
>> It'd be awesome if somebody could set up a windows animal that runs
>> frequently (i.e. checks for build needed every minute or five) and is
>> fast enough to not take ages to finish a build.

> Done.

Thanks!

BTW, dory just fell over in HEAD:

*** c:/pgbuildfarm/pgbuildroot/HEAD/pgsql.build/src/test/regress/expected/partition_prune.out Fri Apr 20 16:03:09 2018
--- c:/pgbuildfarm/pgbuildroot/HEAD/pgsql.build/src/test/regress/results/partition_prune.out Fri Apr 20 20:12:43 2018
***************
*** 1778,1788 ****
-- Execute query 5 times to allow choose_custom_plan
-- to start considering a generic plan.
execute ab_q4 (1, 8);
! avg
! -----
!
! (1 row)
!
execute ab_q4 (1, 8);
avg
-----
--- 1778,1784 ----
-- Execute query 5 times to allow choose_custom_plan
-- to start considering a generic plan.
execute ab_q4 (1, 8);
! ERROR: lost connection to parallel worker
execute ab_q4 (1, 8);
avg
-----

Wonder how reproducible that will be.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2018-04-21 00:25:27 Re: Excessive PostmasterIsAlive calls slow down WAL redo
Previous Message Stephen Frost 2018-04-20 23:55:26 Re: Searching for: Fast windows buildfarm animal