Move test for BRIN HOT behavior to stats.sql
authorTomas Vondra <tomas.vondra@postgresql.org>
Sat, 11 Dec 2021 04:20:15 +0000 (05:20 +0100)
committerTomas Vondra <tomas.vondra@postgresql.org>
Sat, 11 Dec 2021 04:32:35 +0000 (05:32 +0100)
commitfe60b67250a31cd1ac2a4882f12e199e30abd316
tree8b2fbd4ad2aecea31d83eabfd18248409ec48480
parent4c6145b514fa62535f8a5029283de3a54d9cfd53
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
src/test/regress/expected/brin.out
src/test/regress/expected/stats.out
src/test/regress/sql/brin.sql
src/test/regress/sql/stats.sql