Re: Intermittent test plan change in "privileges" test on BF animal prion
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Thomas Munro <thomas.munro@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-06-09T05:22:57Z
Lists: pgsql-hackers
I wrote: > I'm trying to reproduce this now, but it's sounding pretty plausible. Yeah, that's definitely it. I was able to reproduce the failure semi reliably (every two or three tries) after adding -DRELCACHE_FORCE_RELEASE -DCATCACHE_FORCE_RELEASE and inserting a "pg_sleep(1)" just after the manual vacuum in privileges.sql; and as you'd guessed, the stats arrays were just normal size in the failing runs. After disabling autovac on the table, the failure went away. Thanks for the insight! regards, tom lane
Commits
-
Repair unstable regression test.
- 6df8fb391b0b 13.0 landed
- 05dea2427c2f 14.0 landed