Re: pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Nathan Bossart <nathan(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.
Date: 2025-07-02 19:43:02
Message-ID: 597c8ce0-12e5-4522-b8d7-eff378720085@dunslane.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On 2025-07-02 We 2:27 PM, Nathan Bossart wrote:
> Fix cross-version upgrade test breakage from commit fe07100e82.
>
> In commit fe07100e82, I renamed a couple of functions in
> test_dsm_registry to make it clear what they are testing. However,
> the buildfarm's cross-version upgrade tests run pg_upgrade with the
> test modules installed, so this caused errors like:
>
> ERROR: could not find function "get_val_in_shmem" in file ".../test_dsm_registry.so"
>
> To fix, revert those renames. I could probably get away with only
> un-renaming the C symbols, but I figured I'd avoid introducing
> function name mismatches. Also, AFAICT the buildfarm's
> cross-version upgrade tests do not run the test module tests
> post-upgrade, else we'll need to properly version the extension.
>

It doesn't really run any sanity checks at all other than amchecks.. It
just compares the pre- and post- upgrade dumps (with suitable
modifications).

So far that seems to have been enough.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-07-02 19:44:42 Re: pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.
Previous Message Nathan Bossart 2025-07-02 18:27:47 pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.