- Notifications
You must be signed in to change notification settings - Fork28
Commitc0885c4
committed
Improve stability of explain regression test.
The explain regression test runs EXPLAIN commands via the functionthat filters unstable outputs. To produce more stable test output,this commit improves the function so that it also filters out text-modeBuffers lines. This is necessary because text-mode Buffers lines varydepending the system state.This improvement will get rid of the regression test failure thatthe commited7a509 caused on the buildfarm members prion anddory because of the instability of Buffers lines.Author: Fujii MasaoReviewed-by: Tom LaneDiscussion:https://postgr.es/m/20200403025751.GB1759@paquier.xyz1 parent347d2b0 commitc0885c4
2 files changed
+7
-6
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
74 |
| - | |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
|
0 commit comments
Comments
(0)