Re: pgsql: Switch TAP tests of pg_rewind to use a role with minimal permiss

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>,Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Switch TAP tests of pg_rewind to use a role with minimal permiss
Date: 2019-04-13 03:41:20
Message-ID: CD188DC1-988D-4201-A349-162F64575C7E@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On April 13, 2019 11:59:23 AM GMT+09:00, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> writes:
>> jacana and bowerbird don't seem happy with this.
>
> I thought that might be an aberration, but a quick review suggests that
> none of the other Windows buildfarm members are running the pg_rewind
> test.
>
> It's fairly hard to see how we get from this patch to those failures,
> though ...

If you look at the logs, SSPI authentication fails because there is no user mapping for the user added by this commit in the tests. So the answer is that the configuration files need to be updated so as the configuration is able to work. I don't have time to work on that before Monday using my windows environment so I think that for now it is better to revert the thing. I'll try do to that asap.

--
Michael

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-13 03:54:48 Re: pgsql: Switch TAP tests of pg_rewind to use a role with minimal permiss
Previous Message Tom Lane 2019-04-13 02:59:23 Re: pgsql: Switch TAP tests of pg_rewind to use a role with minimal permiss