pgsql: Move test for BRIN HOT behavior to stats.sql

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move test for BRIN HOT behavior to stats.sql
Date: 2021-12-11 04:33:54
Message-ID: E1mvu54-0006SG-0w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move test for BRIN HOT behavior to stats.sql

The test added by 5753d4ee32 relies on statistics collector, and so it
may occasionally fail when the UDP packet gets lost. Some machines may
be susceptible to this, probably depending on load etc.

Move the test to stats.sql, which is known to already have this issue
and people know to ignore it.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/CAFp7QwpMRGcDAQumN7onN9HjrJ3u4X3ZRXdGFT0K5G2JWvnbWg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fe60b67250a31cd1ac2a4882f12e199e30abd316

Modified Files
--------------
src/test/regress/expected/brin.out | 51 +------------------------------------
src/test/regress/expected/stats.out | 51 +++++++++++++++++++++++++++++++++++++
src/test/regress/sql/brin.sql | 48 +---------------------------------
src/test/regress/sql/stats.sql | 50 ++++++++++++++++++++++++++++++++++++
4 files changed, 103 insertions(+), 97 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-12-11 19:11:01 pgsql: Create a new type category for "internal use" types.
Previous Message Tomas Vondra 2021-12-11 04:02:43 pgsql: Add bool to btree_gist documentation