Re: how to replicate test results in cf-bot on travis

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Dave Cramer <davecramer(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: how to replicate test results in cf-bot on travis
Date: 2020-11-01 18:41:15
Message-ID: CA+hUKG+436AhK7idizq9-NtT-7BqPjtOkoAGywUMC9-_C_xOAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 2, 2020 at 1:58 AM Dave Cramer <davecramer(at)gmail(dot)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?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2020-11-01 18:46:39 Re: how to replicate test results in cf-bot on travis
Previous Message David Christensen 2020-11-01 17:05:25 Re: psql \df choose functions by their arguments