Skip to content

Commit 21a7164

Browse files
committed
ci: Add test coverage of different pg_upgrade modes
Run freebsd with --link and macos with --clone, to get some coverage of the non-default modes. Author: Justin Pryzby <pryzby@telsasoft.com> Discussion: https://www.postgresql.org/message-id/flat/20220528153741.GK19626@telsasoft.com
1 parent f17529b commit 21a7164

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cirrus.tasks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ task:
138138
CPPFLAGS: -DRELCACHE_FORCE_RELEASE -DCOPY_PARSE_PLAN_TREES -DWRITE_READ_PARSE_PLAN_TREES -DRAW_EXPRESSION_COVERAGE_TEST -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS
139139
CFLAGS: -Og -ggdb
140140

141+
PG_TEST_PG_UPGRADE_MODE: --link
142+
141143
<<: *freebsd_task_template
142144

143145
depends_on: SanityCheck
@@ -431,6 +433,8 @@ task:
431433
CFLAGS: -Og -ggdb
432434
CXXFLAGS: -Og -ggdb
433435

436+
PG_TEST_PG_UPGRADE_MODE: --clone
437+
434438
<<: *macos_task_template
435439

436440
depends_on: SanityCheck

0 commit comments

Comments
 (0)