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

From: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: oauth: Add unit tests for multiplexer handling
Date: 2025-08-08 16:50:28
Message-ID: CAOYmi+=X_z3-aXzJcBdeRWRsUQLJLYF_uAZaUS0fq1cd17Qt-w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Aug 8, 2025 at 9:46 AM Jacob Champion
<jacob(dot)champion(at)enterprisedb(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-08-08 17:01:07 Re: pgsql: oauth: Add unit tests for multiplexer handling
Previous Message Jacob Champion 2025-08-08 16:46:13 Re: pgsql: oauth: Add unit tests for multiplexer handling