From 21a71648d39fe386acf8928ae59f41c6cccb47cf Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 19 Feb 2024 09:21:49 +0100 Subject: [PATCH] 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 Discussion: https://www.postgresql.org/message-id/flat/20220528153741.GK19626@telsasoft.com --- .cirrus.tasks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index e4e1bcfeb99..3b5b54df58f 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -138,6 +138,8 @@ task: CPPFLAGS: -DRELCACHE_FORCE_RELEASE -DCOPY_PARSE_PLAN_TREES -DWRITE_READ_PARSE_PLAN_TREES -DRAW_EXPRESSION_COVERAGE_TEST -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS CFLAGS: -Og -ggdb + PG_TEST_PG_UPGRADE_MODE: --link + <<: *freebsd_task_template depends_on: SanityCheck @@ -431,6 +433,8 @@ task: CFLAGS: -Og -ggdb CXXFLAGS: -Og -ggdb + PG_TEST_PG_UPGRADE_MODE: --clone + <<: *macos_task_template depends_on: SanityCheck