- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit330db57
committed
pg_walsummary: Improve stability of test checking statistics
Per buildfarm member culicidae, the query checking for stats reported bythe WAL summarizer related to WAL reads is proving to be unstable.Instead of a one-time query, this commit replaces the logic with apolling query checking for the WAL read stats, making the test morereliable on machines that could be slow with the stats reports.This test has been introduced inf4694e0, so backpatch down to v18.Reported-by: Alexander Lakhin <exclusion@gmail.com>Reviewed-by: Alexander Lakhin <exclusion@gmail.com>Discussion:https://postgr.es/m/f35ba3db-fca7-4693-bc35-6db64488e4b1@gmail.comBackpatch-through: 181 parent9a5334c commit330db57
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments
Comments
(0)