BUG #18609: Repeated installcheck failure in test_pg_dump due to existing role

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: n(dot)kalinin(at)postgrespro(dot)ru
Subject: BUG #18609: Repeated installcheck failure in test_pg_dump due to existing role
Date: 2024-09-11 06:42:48
Message-ID: 18609-4f426b9a2809baa8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18609
Logged by: Nikita Kalinin
Email address: n(dot)kalinin(at)postgrespro(dot)ru
PostgreSQL version: 16.4
Operating system: ubuntu 22.04
Description:

Hello!
When running the installcheck a second time, the test_pg_dump fails due to
the following reason:
CREATE ROLE regress_dump_test_role;
+ERROR: role "regress_dump_test_role" already exists
CREATE EXTENSION test_pg_dump;

This issue is present from REL_12_STABLE to REL_16_STABLE. Maybe it's worth
adding DROP ROLE regress_dump_test_role at the end of the test, like in
REL_17_STABLE?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2024-09-11 07:00:25 BUG #18610: llvm error: __aarch64_swp4_acq_rel which could not be resolved
Previous Message Thomas Munro 2024-09-11 03:20:04 Re: BUG #18146: Rows reappearing in Tables after Auto-Vacuum Failure in PostgreSQL on Windows