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

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(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:46:39
Message-ID: CADK3HHJ4MT0FJtR+WK1H=Je8+B+jqsjpyL=VxkWb6YBCozJQNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun., Nov. 1, 2020, 1:41 p.m. Thomas Munro, <thomas(dot)munro(at)gmail(dot)com>
wrote:

> 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?
>

I rebased my branch and tried it. I'll try again

Thx

>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-11-01 19:19:44 Getting Gen_fmgrtab.pl to generate macros for all pg_proc entries
Previous Message Thomas Munro 2020-11-01 18:41:15 Re: how to replicate test results in cf-bot on travis