pgsql: Fix tests for replication slots stats. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Fix tests for replication slots stats.
Date
Msg-id E1lh3QO-0002Vc-Jj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix tests for replication slots stats.

Some of the tests were not considering that the slot's spill stats could be
received by the stats collector after we have reset the stats. Remove
those tests and don't check total bytes decoded and sent to output plugin
in the spilled stats test as we can send the spilled stats to the stats
collector before actually sending the changes to output plugin.

Reported-by: Tom Lane as per buildfarm
Author: Vignesh C, Sawada Masahiko
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/20210319185247.ldebgpdaxsowiflw@alap3.anarazel.de

Branch
------
master

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

Modified Files
--------------
contrib/test_decoding/expected/stats.out | 46 +++-----------------------------
contrib/test_decoding/sql/stats.sql      | 12 +--------
2 files changed, 5 insertions(+), 53 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: update PG 14 release notes based on current feedback
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_amcheck: Message style and formatting improvements