[OAuth] Missing dependency on oauth_validator test

From: "Jonathan Gonzalez V(dot)" <jonathan(dot)abdiel(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [OAuth] Missing dependency on oauth_validator test
Date: 2026-01-17 17:20:55
Message-ID: 6e8f4f7c23faf77c4b6564c4b7dc5d3de64aa491.camel@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

While working in another patch[1] I found that the test for the
oauth_validator was failing when running the test using:

meson test -C build --setup --suite oauth_validator

This was due to the binary `oauth_hook_client` being missing because I
build the code without enabling the OAuth test using `PG_EXTRA_TEST`.

I'm attaching a small patch that add the binary dependency in the
meson.build file, thus, it will be build before running the test.

Regards,

[1] https://commitfest.postgresql.org/patch/6183/

--
Jonathan Gonzalez V. <jonathan(dot)abdiel(at)gmail(dot)com>
EnterpriseDB

Attachment Content-Type Size
v1-0001-Add-missing-dependency-oauth_hook_client-on-oauth.patch text/x-patch 994 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-01-17 18:15:07 Re: Cleanup palloc'd structs on soft error path in `record_in`
Previous Message Andrey Silitskiy 2026-01-17 16:20:46 Re: Exit walsender before confirming remote flush in logical replication