PG-2182 Backport tests from pg_stat_statements - #815
Open
artemgavrilov wants to merge 2 commits into
Open
Conversation
artemgavrilov
force-pushed
the
PG-2182-tests
branch
from
August 6, 2026 15:50
acacc05 to
e9824ce
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #815 +/- ##
==========================================
+ Coverage 88.10% 88.49% +0.39%
==========================================
Files 3 3
Lines 1311 1313 +2
Branches 185 187 +2
==========================================
+ Hits 1155 1162 +7
+ Misses 80 76 -4
+ Partials 76 75 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
artemgavrilov
force-pushed
the
PG-2182-tests
branch
from
August 7, 2026 14:29
e9824ce to
857fa43
Compare
artemgavrilov
marked this pull request as ready for review
August 7, 2026 14:56
Backport all test cases that make sense for pg_stat_monitor from pg_stat_statements.
artemgavrilov
force-pushed
the
PG-2182-tests
branch
from
August 7, 2026 16:23
857fa43 to
040ea3b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PG-2182
This PR backports tests cases from pg_stat_statements. It seems that this exposed couple issues with PGSM, but they will be addressed in following PRs. For now just cover current behavior.