Re: pgsql: Attempt to fix unstable regression tests, take 2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Attempt to fix unstable regression tests, take 2
Дата
Msg-id 9629.1585701659@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Attempt to fix unstable regression tests, take 2  (David Rowley <dgrowleyml@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Attempt to fix unstable regression tests, take 2
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add -c/--restore-target-wal to pg_rewind