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

From: Andres Freund <andres(at)anarazel(dot)de>
To: Dave Cramer <davecramer(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, 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-02 19:47:48
Message-ID: 20201102194748.7kx6dde44f55u5sr@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2020-11-02 11:18:03 -0500, Dave Cramer wrote:
> On Sun, 1 Nov 2020 at 18:15, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> > Dave Cramer <davecramer(at)gmail(dot)com> writes:
> > > OK, checked and I definitely have the changes. I don't think the
> > isolation
> > > test is running. Is there some configuration that enables it?
> >
> > No, top-level "check-world" should invoke that ... but if you're unsure,
> > you could cd to src/test/isolation and run check or installcheck there.
> >
> >
> For some reason it is not running on my machine but the above works. Thanks

If there are failures - you mentioned that there are some - check-world
will not even start the isolation tests. You could use -k, to contuniue
after failures, but that makes it harder to see the erors.

With -j xx it'll be a bit scheduling dependant whether you'd e.g. see
the isolation test results if e.g. the "main" tests fail.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-11-02 19:49:50 Re: Explicit NULL dereference (src/backend/utils/adt/ruleutils.c)
Previous Message Andres Freund 2020-11-02 19:34:57 Re: Online checksums verification in the backend