forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1df3555
committed
Get rid of the separate serial_schedule list of tests.
Having to maintain two lists of regression test scripts has provenannoyingly error-prone. We can achieve the effect of theserial_schedule by running the parallel_schedule with"--max_connections=1"; so do that and remove serial_schedule.This causes cosmetic differences in the progress output, but itdoesn't seem worth restructuring pg_regress to avoid that.Discussion:https://postgr.es/m/899209.1620759506@sss.pgh.pa.us1 parent5b2d09b commit1df3555
File tree
3 files changed
+15
-215
lines changed- src
- test/regress
- tools/msvc
3 files changed
+15
-215
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
|
Lines changed: 0 additions & 212 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
109 | 115 |
| |
110 | 116 |
| |
111 | 117 |
| |
| |||
132 | 138 |
| |
133 | 139 |
| |
134 | 140 |
| |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
135 | 147 |
| |
136 | 148 |
| |
137 | 149 |
| |
|
0 commit comments
Comments
(0)