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

From Tom Lane
Subject Re: pgsql: oauth: Add unit tests for multiplexer handling
Date
Msg-id 1873917.1754672467@sss.pgh.pa.us
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
Jacob Champion <jacob.champion@enterprisedb.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



pgsql-committers by date:

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