Move test for BRIN HOT behavior to stats.sql
Tomas Vondra <tomas.vondra@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/brin.out | modified | +1 −50 |
| src/test/regress/expected/stats.out | modified | +51 −0 |
| src/test/regress/sql/brin.sql | modified | +1 −47 |
| src/test/regress/sql/stats.sql | modified | +50 −0 |
Discussion
- [PATCH] Don't block HOT update by BRIN index 25 messages · 2021-06-29 → 2021-12-11