pgsql: Revert "Switch TAP tests of pg_rewind to use a role with minimal

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Switch TAP tests of pg_rewind to use a role with minimal
Date: 2019-04-13 04:24:12
Message-ID: E1hFAD6-0000X2-1a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Switch TAP tests of pg_rewind to use a role with minimal permissions"

This reverts commit d4e2a84, which added a new user with limited
permissions to run the TAP tests of pg_rewind. Buildfarm machine
members on Windows jacana and bowerbird have been complaining about
that, the new role not being able to run the rewind because SSPI is not
configured to allow it.

Fixing the test requires passing down directly the new user to
pg_regress with --create-role so as SSPI can work properly.

Reported-by: Andrew Dunstan
Discussion: https://postgr.es/m/3cd43d33-f415-cc41-ade3-7230ab15b2c9@2ndQuadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/db8db624e826efbe16aab1ae921bae071f98f099

Modified Files
--------------
src/bin/pg_rewind/t/RewindTest.pm | 17 -----------------
1 file changed, 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-04-13 05:53:57 pgsql: Consistently test for in-use shared memory.
Previous Message Michael Paquier 2019-04-13 04:24:04 Re: pgsql: Switch TAP tests of pg_rewind to use a role with minimal permiss