Re: pgsql: oauth: Add unit tests for multiplexer handling

Поиск
Список
Период
Сортировка
От Jacob Champion
Тема Re: pgsql: oauth: Add unit tests for multiplexer handling
Дата
Msg-id CAOYmi+=X_z3-aXzJcBdeRWRsUQLJLYF_uAZaUS0fq1cd17Qt-w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: oauth: Add unit tests for multiplexer handling  (Jacob Champion <jacob.champion@enterprisedb.com>)
Ответы Re: pgsql: oauth: Add unit tests for multiplexer handling
Список pgsql-committers
On Fri, Aug 8, 2025 at 9:46 AM Jacob Champion
<jacob.champion@enterprisedb.com> wrote:
> Is the buildfarm client trying to build that directory explicitly?

Ah, yeah:

>     foreach my $testdir (
>        glob(
>            "$pgsql/src/test/modules/*
>             $pgsql/src/interfaces/*
>             $pgsql/src/tools/*"
>        )
>      )

Before this commit, there was no t/ directory to get caught by the
buildfarm. We've had to work around this in past, it looks like:

> next if $testname =~ /ssl/ && !$using_ssl;

Thinking...

--Jacob



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