pgsql: Stabilize pg_stat_io writes test - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Stabilize pg_stat_io writes test
Date
Msg-id E1peQcH-004ZK3-3G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Stabilize pg_stat_io writes test

Counting writes only for io_context = 'normal' is unreliable, as backends
using a buffer access strategy could flush all of the dirty buffers out from
under the other backends and checkpointer. Change the test to count writes in
any context. This achieves roughly the same coverage anyway.

Reported-by: Justin Pryzby <pryzby@telsasoft.com>
Author: Melanie Plageman <melanieplageman@gmail.com>
Discussion: https://www.postgresql.org/message-id/ZAnWU8WbXEDjrfUE%40telsasoft.com

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/stats.out | 8 ++++----
src/test/regress/sql/stats.sql      | 9 ++++-----
2 files changed, 8 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: meson: rename html_help target to htmlhelp
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix race in parallel hash join batch cleanup, take II.