Re: Adding CI to our tree

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Adding CI to our tree
Дата
Msg-id 3B72070D-9753-43ED-8EC0-B4E2A7F14AE4@yesql.se
обсуждение исходный текст
Ответ на Re: Adding CI to our tree  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
> On 2 Oct 2021, at 21:45, Andres Freund <andres@anarazel.de> wrote:

> I wonder if we shouldn't stop skipping the ssl / kerberos / ldap (and perhaps
> others) tests in the makefile, and instead do so in the tap tests
> themselves. Then one can see them included as the skipped in the tap result
> output, which seems like it'd make it easier to discover them?

I am definitely in favor of doing that, better to see them skipped rather than
having to remember to opt in.  We even do so already to some extent already,
like for example the SSL tests:

    if ($ENV{with_ssl} ne 'openssl')
    {
        plan skip_all => 'OpenSSL not supported by this build';
    }

--
Daniel Gustafsson        https://vmware.com/




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Adding CI to our tree
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Adding CI to our tree