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 16:42:25
Message-ID: 1871198.1754671345@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:
> Hmm, this has broken a couple of animals. Investigating.

At least on sifaka, oauth_tests should not be getting built at all,
because it doesn't use --with-libcurl nor have access to that library.
The link failure is unsurprising given that you're trying to build it
anyway.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Jacob Champion 2025-08-08 16:46:13 Re: pgsql: oauth: Add unit tests for multiplexer handling
Previous Message Jacob Champion 2025-08-08 16:34:57 Re: pgsql: oauth: Add unit tests for multiplexer handling