Re: parallel.c is not marked as test covered

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: parallel.c is not marked as test covered
Дата
Msg-id CAA4eK1LEe+jJUvQa3p3LEt5eckO4Fr=YyxynaUYm-eB35T0cxQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: parallel.c is not marked as test covered  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: parallel.c is not marked as test covered  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Jun 19, 2016 at 10:10 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> > With that, I think it would be preferable to undo the context-hiding
> > dance in the tests, as in the attached patch, no?
>
> Would this not result in unstable test output depending on whether the
> code executes in the leader or a worker?
>

Before doing that test, we set force_parallel_mode=1, so it should always execute in worker which will ensure a stable output.


With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: parallel.c is not marked as test covered
Следующее
От: Michael Paquier
Дата:
Сообщение: primary_conninfo missing from pg_stat_wal_receiver