Disable tests using injection points in installcheck
authorHeikki Linnakangas <[email protected]>
Fri, 15 Mar 2024 11:06:57 +0000 (13:06 +0200)
committerHeikki Linnakangas <[email protected]>
Fri, 15 Mar 2024 11:06:57 +0000 (13:06 +0200)
commite2e3b8ae9ed73fcd3096c5ca93971891a7767388
treef8d677691bb58534354f9dc5379f6b67e27cbb39
parent071e3ad59d6fd2d6d1277b2bd9579397d10ded28
Disable tests using injection points in installcheck

The 'gin' test injections faults to GIN index build. If another test
running concurrently in the same cluster also tries to create a GIN
index, it will hit the fault, too.

To fix, disable tests using injection points when running against an
existing cluster. A better long-term solution would be to make the
injection points scoped to the database or process, but this will do
for now.

Discussion: https://www.postgresql.org/message-id/CA%2BhUKGJYhcG_o2nwSK6r01eOZJwNWUJUbX%3D%3DAVnW84f-%[email protected]
Discussion: https://www.postgresql.org/message-id/10fd6cdd-c5d9-46fe-9fa1-7e661191309e@iki.fi
src/test/modules/gin/Makefile
src/test/modules/gin/meson.build
src/test/modules/injection_points/Makefile
src/test/modules/injection_points/meson.build