Re: Subscription tests fail under CLOBBER_CACHE_ALWAYS

From: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Subscription tests fail under CLOBBER_CACHE_ALWAYS
Date: 2021-05-19 12:54:09
Message-ID: e304931d-f527-db65-63a4-b7167841beb1@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5/19/21 1:42 AM, Tom Lane wrote:
> I discovered $SUBJECT after wondering why hyrax hadn't reported
> in recently, and trying to run check-world under CCA to see if
> anything got stuck. Indeed it did --- although this doesn't
> explain the radio silence from hyrax, because that animal doesn't
> run any TAP tests. (Neither does avocet, which I think is the
> only other active CCA critter. So this could have been broken
> for a very long time.)
>

There are three CCA animals on the same box (avocet, husky and
trilobite) with different compilers, running in a round-robin manner.
One cycle took about 14 days, but about a month ago the machine got
stuck, requiring a hard reboot about a week ago (no idea why it got
stuck). It has more CPU power now (8 cores instead of 2), so it should
take less time to run one test cycle.

avocet already ran all the tests, husky is running HEAD at the moment
and then it'll be trilobite's turn ... AFAICS none of those runs seems
to have failed or got stuck so far.

regards

--
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2021-05-19 13:17:19 Re: Skip partition tuple routing with constant partition key
Previous Message Bharath Rupireddy 2021-05-19 12:43:35 Re: Refactor "mutually exclusive options" error reporting code in parse_subscription_options