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

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: how to replicate test results in cf-bot on travis
Дата
Msg-id CADK3HHLhJJaHL=MjC51gabohMPLZkQdPYYJz85Sb58cnBe+1Hw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: how to replicate test results in cf-bot on travis  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers


On Mon, 2 Nov 2020 at 14:47, Andres Freund <andres@anarazel.de> wrote:
Hi,

On 2020-11-02 11:18:03 -0500, Dave Cramer wrote:
> On Sun, 1 Nov 2020 at 18:15, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> > Dave Cramer <davecramer@gmail.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.


Ah, that makes sense now.

Thanks,


Dave Cramer

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Collation versioning
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Reduce the number of special cases to build contrib modules on windows