[OAuth] Missing dependency on oauth_validator test - Mailing list pgsql-hackers

From Jonathan Gonzalez V.
Subject [OAuth] Missing dependency on oauth_validator test
Date
Msg-id 6e8f4f7c23faf77c4b6564c4b7dc5d3de64aa491.camel@gmail.com
Whole thread Raw
List 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.abdiel@gmail.com>
EnterpriseDB

Attachment

pgsql-hackers by date:

Previous
From: Andrey Silitskiy
Date:
Subject: Re: Exit walsender before confirming remote flush in logical replication
Next
From: Tom Lane
Date:
Subject: Re: Cleanup palloc'd structs on soft error path in `record_in`