Re: make -C src/test/isolation failure in index-killtuples due to btree_gist

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: make -C src/test/isolation failure in index-killtuples due to btree_gist
Date: 2025-10-31 00:41:56
Message-ID: aQQF1N23rkKRHMZA@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 30, 2025 at 11:24:55AM -0400, Andres Freund wrote:
> Well, it tests multiple index types, not just gist. I guess
> test/modules/indexes/ or so should work? Not sure about plural or not.

test/modules/index/ would work here. If you feel strongly about being
able to do an EXTRA_INSTALL in src/test/isolation/, I have no
objections to that as that would also solve the original problem if
that's the consensus. My personal choice would be a test module for
that, as it feels cleaner.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-10-31 00:48:48 Re: Improved TAP tests by replacing sub-optimal uses of ok() with better Test::More functions
Previous Message Sami Imseih 2025-10-31 00:38:15 Re: another autovacuum scheduling thread