forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8610864
committed
Add PG_TEST_PG_COMBINEBACKUP_MODE to CI tasks
The environment variable PG_TEST_PG_COMBINEBACKUP_MODE has beenavailable since35a7b28, but was not set by any built-in CI tasks.This commit modifies two of the CI tasks to use the alternative modes,to exercise the pg_combinebackup code.The Linux task uses --copy-file-range, macOS uses --clone.This is not an exhaustive test of combinations. The supported modesdepend on the operating system and filesystem, and it would be nice totest all supported combinations. Right now we have just one task foreach OS, and it doesn't seem worth adding more just for this.Reported-by: Peter EisentrautReviewed-by: Peter EisentrautDiscussion:https://postgr.es/m/48da4a1f-ccd9-4988-9622-24f37b1de2b4%40eisentraut.org1 parent390b3cb commit8610864
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
| 324 | + | |
324 | 325 |
| |
325 | 326 |
| |
326 | 327 |
| |
| |||
435 | 436 |
| |
436 | 437 |
| |
437 | 438 |
| |
| 439 | + | |
438 | 440 |
| |
439 | 441 |
| |
440 | 442 |
| |
|
0 commit comments
Comments
(0)