pgsql: Attempt to fix unstable regression tests, take 2 - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Attempt to fix unstable regression tests, take 2
Date
Msg-id E1jIrrJ-0000GJ-PS@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Attempt to fix unstable regression tests, take 2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Attempt to fix unstable regression tests, take 2

Following up on 2dc16efed, petalura has suffered some additional
failures in stats_ext which again appear to be around the timing of an
autovacuum during the test, causing instability in the row estimates.

Again, let's fix this by explicitly performing a VACUUM on the table
and not leave it to happen by chance of an autovacuum pass.

Discussion: https://postgr.es/m/CAApHDvok5hmXr%2BbUbJe7%2B2sQzWo4B_QzSk7RKFR9fP6BjYXx5g%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24566b359d095c3800c2a326d88a595722813f58

Modified Files
--------------
src/test/regress/expected/stats_ext.out | 10 +++++-----
src/test/regress/sql/stats_ext.sql      | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Report waiting via PS while recovery is waiting for buffer pin i
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: Improve handling of parameter differences in physicalreplicatio