Re: xid_wraparound tests intermittent failure. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: xid_wraparound tests intermittent failure.
Date
Msg-id 960594.1721700719@sss.pgh.pa.us
Whole thread Raw
In response to Re: xid_wraparound tests intermittent failure.  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: xid_wraparound tests intermittent failure.
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> 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.

Perhaps.  I tried "make check" on mamba's host and got exactly the
same failures as with "make installcheck", which counts in favor of
dodo's results being just luck.  Still, dodo has now shown 11 failures
in "make installcheck" and zero in "make check", so it's getting hard
to credit that there's no difference.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Sutou Kouhei
Date:
Subject: Re: Separate HEAP WAL replay logic into its own file
Next
From: Tender Wang
Date:
Subject: Re: [BUG] Fix DETACH with FK pointing to a partitioned table fails