Re: New instability in stats regression test
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers@lists.postgresql.org, Andres Freund <andres@anarazel.de>
Date: 2023-11-27T03:34:59Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > With all that in mind and because we have checks for the individual > targets with pg_stat_reset_shared(), I would agree to just remove it > entirely. Say as of the attached? I'm good with that answer --- I doubt that this test sequence is proving anything that's worth the cycles it takes. If it'd catch oversights like failing to add new stats types to the "reset all" code path, then I'd be for keeping it; but I don't see how the test could notice that. regards, tom lane
Commits
-
Remove test for pg_stat_reset_shared() in stats.sql
- a9a8108411e4 17.0 landed
-
Add ability to reset all shared stats types in pg_stat_reset_shared()
- 23c8c0c8f472 17.0 cited
-
Add tests for pg_stat_io
- 10a082bf7215 16.0 cited