Re: meson missing test dependencies

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Subject: Re: meson missing test dependencies
Date: 2024-12-06 17:54:25
Message-ID: 60df0776-8ae2-4bf7-ae2e-0f80b2d0729c@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 05.12.24 21:10, Andres Freund wrote:
> Hi,
>
> On 2024-12-05 20:08:24 +0100, Peter Eisentraut wrote:
>> On 03.12.24 17:01, Andres Freund wrote:
>>> On 2024-12-02 11:10:56 +0100, Peter Eisentraut wrote:
>>> That's unfortunately a very partial fix - because we insist on tests being run
>>> against a temporary install, we don't just need to rebuild the code, we also
>>> need to re-install it. Without that you don't, e.g., see server changes.
>>
>> Right, I was willing to accept that as a compromise, but see below.
>>
>>> However, it looks like the tmp_install test *does* miss dependencies too and I
>>> see no reason to not fix that.
>>
>>> diff --git i/meson.build w/meson.build
>>> index ff3848b1d85..55b751a0c6b 100644
>>> --- i/meson.build
>>> +++ w/meson.build
>>> @@ -3263,6 +3263,7 @@ test('tmp_install',
>>> priority: setup_tests_priority,
>>> timeout: 300,
>>> is_parallel: false,
>>> + depends: all_built,
>>> suite: ['setup'])
>>>
>>> test('install_test_files',
>>
>> Yes, that addresses my cube example.
>
> Let's do that. I'm inclined to only do so on master, but I can also see
> backpatching it. Arguments?

master is enough for me.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Borisov 2024-12-06 17:55:34 Re: Proposal to add a new URL data type.
Previous Message Shayon Mukherjee 2024-12-06 16:24:41 Re: Proposal to Enable/Disable Index using ALTER INDEX (with patch)