Re: pgsql: oauth: Add unit tests for multiplexer handling - Mailing list pgsql-committers

From Jacob Champion
Subject Re: pgsql: oauth: Add unit tests for multiplexer handling
Date
Msg-id CAOYmi+=X_z3-aXzJcBdeRWRsUQLJLYF_uAZaUS0fq1cd17Qt-w@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: oauth: Add unit tests for multiplexer handling  (Jacob Champion <jacob.champion@enterprisedb.com>)
Responses Re: pgsql: oauth: Add unit tests for multiplexer handling
List 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 by date:

Previous
From: Jacob Champion
Date:
Subject: Re: pgsql: oauth: Add unit tests for multiplexer handling
Next
From: Tom Lane
Date:
Subject: Re: pgsql: oauth: Add unit tests for multiplexer handling