Re: Adding CI to our tree - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Adding CI to our tree
Date
Msg-id 20220118174413.xwreiv2yr74vdq4v@alap3.anarazel.de
Whole thread Raw
In response to Re: Adding CI to our tree  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Adding CI to our tree
List pgsql-hackers
Hi,

On 2022-01-18 11:20:08 -0500, Andrew Dunstan wrote:
> Sure, very doable, although we will still need some special logic for
> src/test - there are security implication from running the ssl, ldap and
> kerberos tests by default. See its Makefile.

ISTM that we should move the PG_TEST_EXTRA handling into the tests. Then we'd
not need to duplicate them in the make / msvc world and we'd see them as
skipped tests when not enabled.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Sadhuprasad Patro
Date:
Subject: Re: Per-table storage parameters for TableAM/IndexAM extensions
Next
From: Robert Haas
Date:
Subject: Re: slowest tap tests - split or accelerate?