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

From Tom Lane
Subject Re: pgsql: Attempt to fix unstable regression tests, take 2
Date
Msg-id 9629.1585701659@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Attempt to fix unstable regression tests, take 2  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-committers
David Rowley <dgrowleyml@gmail.com> writes:
> Can you share which failure you're talking about here?  All of the
> ones I've looked at were failing post-ANALYZE.

It's what I posted yesterday:

diff -U3 /usr/home/tgl/pgsql/src/test/regress/expected/stats_ext.out
/usr/home/tgl/pgsql/src/test/regress/results/stats_ext.out
--- /usr/home/tgl/pgsql/src/test/regress/expected/stats_ext.out 2020-03-30 21:15:19.749874000 -0400
+++ /usr/home/tgl/pgsql/src/test/regress/results/stats_ext.out  2020-03-30 22:29:04.062103000 -0400
@@ -1172,7 +1172,7 @@
 SELECT * FROM check_estimated_rows('SELECT * FROM mcv_lists WHERE a = 1 AND b = ''1''');
  estimated | actual
 -----------+--------
-         1 |     50
+        50 |     50
 (1 row)

 VACUUM (ANALYZE) mcv_lists;

That was with stats_ext as of f01157e2ac8ac4dff8ba159c36edf2fdb7d6704e.

            regards, tom lane



pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Attempt to fix unstable regression tests, take 2
Next
From: Michael Paquier
Date:
Subject: pgsql: Add -c/--restore-target-wal to pg_rewind