forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit74ca8f9
committed
Fix pg_basebackup test to original intent
One test case was meant to check that pg_basebackup does not succeedwhen a slot is specified with -S but WAL streaming is not selected,which used to require specifying -X stream. Since -X stream is thedefault in PostgreSQL 10, this test case no longer covers that meaning,but the pg_basebackup invocation happened to fail anyway for theunrelated reason that the specified replication slot does not exist. Tofix, move the test case to later in the file where the slot does exist,and add -X none to the invocation so that it covers the originally meantbehavior.extracted from a patch by Michael Banck <michael.banck@credativ.de>1 parent24541ff commit74ca8f9
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 | 258 |
| |
262 | 259 |
| |
263 | 260 |
| |
| |||
271 | 268 |
| |
272 | 269 |
| |
273 | 270 |
| |
| 271 | + | |
| 272 | + | |
| 273 | + | |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
|
0 commit comments
Comments
(0)