Re: 15beta1 test failure on mips in isolation/expected/stats

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Re: 15beta1 test failure on mips in isolation/expected/stats
Дата
Msg-id 20220520.131209.402179250617578251.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответ на Re: 15beta1 test failure on mips in isolation/expected/stats  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
At Thu, 19 May 2022 22:58:14 -0400, Tom Lane <tgl@sss.pgh.pa.us> wrote in 
> Kyotaro Horiguchi <horikyota.ntt@gmail.com> writes:
>     Notice that these markers can only delay reporting of the completion
>     of a step, not the launch of a step.  The isolationtester will launch
>     the next step in a permutation as soon as (A) all prior steps of the
>     same session are done, and (B) the immediately preceding step in the
>     permutation is done or deemed blocked.  For this purpose, "deemed
>     blocked" means that it has been seen to be waiting on a database lock,
>     or that it is complete but the report of its completion is delayed by
>     one of these markers.
> 
> There's no "waiting..." reports in the test output, nor do we have any
> condition markers in stats.spec right now, so I don't think any steps
> have been "deemed blocked".

Mmm... Thanks. I miunderstood the effect of it..

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: 15beta1 test failure on mips in isolation/expected/stats
Следующее
От: Natarajan R
Дата:
Сообщение: Re: Valgrind mem-check for postgres extension