Re: Test 041_checkpoint_at_promote.pl faild in installcheck due to missing injection_points - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Test 041_checkpoint_at_promote.pl faild in installcheck due to missing injection_points
Date
Msg-id 202408201630.mn6vbohjh7hh@alvherre.pgsql
Whole thread Raw
In response to Re: Test 041_checkpoint_at_promote.pl faild in installcheck due to missing injection_points  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2024-Aug-20, Tom Lane wrote:

> We do, however, need to preserve the property that installcheck
> works after install-world.  I'm starting to think that maybe
> the 041 test should be hacked to silently skip if it doesn't
> find injection_points available.

Yeah, I like this option.  Injection points require to be explicitly
enabled in configure, so skipping that test when injection_points can't
be found seems reasonable.

This also suggests that EXTRA_INSTALL should have injection_points only
when the option is enabled.

I've been curious about what exactly does this Makefile line
  export enable_injection_points enable_injection_points
achieve.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/



pgsql-hackers by date:

Previous
From: Melih Mutlu
Date:
Subject: Re: ANALYZE ONLY
Next
From: "David G. Johnston"
Date:
Subject: Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs