Re: how to replicate test results in cf-bot on travis - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: how to replicate test results in cf-bot on travis
Date
Msg-id CA+hUKG+436AhK7idizq9-NtT-7BqPjtOkoAGywUMC9-_C_xOAQ@mail.gmail.com
Whole thread Raw
In response to how to replicate test results in cf-bot on travis  (Dave Cramer <davecramer@gmail.com>)
Responses Re: how to replicate test results in cf-bot on travis  (Dave Cramer <davecramer@gmail.com>)
List pgsql-hackers
On Mon, Nov 2, 2020 at 1:58 AM Dave Cramer <davecramer@gmail.com> wrote:
> For my patch https://commitfest.postgresql.org/30/2522/
>
> When I run
>
> make -j4 all contrib && make check-world
> locally
>
> I see 2 errors.
>
> When cf-bot runs this it sees
> 35 out of 93 failed.
>
> How can I see the same errors?

Hi Dave,
I applied your patch here and see the same 35 errors from
src/test/isolation, make check as cfbot reports.  Is it possible that
you forgot to add the changes under that directory when posting the
patch to the list?



pgsql-hackers by date:

Previous
From: David Christensen
Date:
Subject: Re: psql \df choose functions by their arguments
Next
From: Dave Cramer
Date:
Subject: Re: how to replicate test results in cf-bot on travis