Re: xid_wraparound tests intermittent failure.

Поиск
Список
Период
Сортировка
От Masahiko Sawada
Тема Re: xid_wraparound tests intermittent failure.
Дата
Msg-id CAD21AoDqf8DB0nV8Puh3TJxtTszMj_R+iJEHAs0g945vZyaPMA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: xid_wraparound tests intermittent failure.  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: xid_wraparound tests intermittent failure.
Список pgsql-hackers
On Mon, Jul 22, 2024 at 12:53 PM Andrew Dunstan <andrew@dunslane.net> wrote:
>
>
> On 2024-07-22 Mo 12:46 PM, Tom Lane wrote:
>
> Masahiko Sawada <sawada.mshk@gmail.com> writes:
>
> Looking at dodo's failures, it seems that while it passes
> module-xid_wraparound-check, all failures happened only during
> testmodules-install-check-C. Can we check the server logs written
> during xid_wraparound test in testmodules-install-check-C?
>
> Oooh, that is indeed an interesting observation.  There are enough
> examples now that it's hard to dismiss it as chance, but why would
> the two runs be different?
>
>
> It's not deterministic.
>
> I tested the theory that it was some other concurrent tests causing the issue, but that didn't wash. Here's what I
did:
>
>     for f in `seq 1 100`
>       do echo iteration = $f
>       meson test --suite xid_wraparound || break
>     done
>
> It took until iteration 6 to get an error. I don't think my Ubuntu instance is especially slow. e.g. "meson compile"
normallytakes a handful of seconds. Maybe concurrent tests make it more likely, but they can't be the only cause. 

Could you provide server logs in both OK and NG tests? I want to see
if there's a difference in the rate at which tables are vacuumed.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Melanie Plageman
Дата:
Сообщение: Re: Vacuum ERRORs out considering freezing dead tuples from before OldestXmin
Следующее
От: kuroda.keisuke@nttcom.co.jp
Дата:
Сообщение: Re: Add privileges test for pg_stat_statements to improve coverage