test_pg_dump missing cleanup actions - Mailing list pgsql-hackers

From Michael Paquier
Subject test_pg_dump missing cleanup actions
Date
Msg-id 20180904203012.GG20696@paquier.xyz
Whole thread Raw
Responses Re: test_pg_dump missing cleanup actions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi Stephen,

While hacking another patch, I have noticed that triggerring multiple
times in a row installcheck on test_pg_dump results in a failure because
it is missing clean up actions on the role regress_dump_test_role.
Roles are shared objects, so I think that we ought to not let traces of
it when doing any regression tests on a running instance.

Attached is a patch to clean up things.

Thanks,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Bug fix for glibc broke freebsd build in REL_11_STABLE
Next
From: Andrew Gierth
Date:
Subject: Re: Bug fix for glibc broke freebsd build in REL_11_STABLE