forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteaa5ebe
committed
Improve and fix some issues in the TAP tests of pg_upgrade
This is based on a set of suggestions from Noah, with the followingchanges made:- The set of databases created in the tests are now prefixed with"regression" to not trigger any warnings with name restrictions whencompiling the code with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS, andnow only the first name checks after the Windows case of double quotesmixed with backslashes.- Fix an issue with EXTRA_REGRESS_OPTS, which were not processed in away consistent with 027_stream_regress.pl (missing space between theoption string and pg_regress). This got introduced in7dd3ee5.- Add a check on the exit code of the pg_regress command, to catchfailures after running the regression tests.Reviewed-by: Noah MischDiscussion:https://postgr.es/m/YoHhWD5vQzb2mmiF@paquier.xyz1 parent5e5fa32 commiteaa5ebe
1 file changed
+11
-10
lines changedLines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 25 | + | |
28 | 26 |
| |
29 | 27 |
| |
30 | 28 |
| |
| |||
79 | 77 |
| |
80 | 78 |
| |
81 | 79 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 |
| - | |
| 102 | + | |
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| 124 | + | |
124 | 125 |
| |
125 | 126 |
| |
126 | 127 |
| |
|
0 commit comments
Comments
(0)