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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: oauth: Add unit tests for multiplexer handling
Date: 2025-08-08 17:01:07
Message-ID: 1873917.1754672467@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com> writes:
> 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;

Yeah, that's a horrid kluge. The makefiles themselves ought to
short-circuit building the test program. I think the issue is that
we apply that short-circuit at the next makefile level up --- can
we do it in src/interfaces/libpq-oauth/Makefile itself?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Jacob Champion 2025-08-08 17:05:51 Re: pgsql: oauth: Add unit tests for multiplexer handling
Previous Message Jacob Champion 2025-08-08 16:50:28 Re: pgsql: oauth: Add unit tests for multiplexer handling