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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e2e3b8ae9ed73fcd3096c5ca93971891a7767388 Modified Files -------------- src/test/modules/gin/Makefile | 3 +++ src/test/modules/gin/meson.build | 2 ++ src/test/modules/injection_points/Makefile | 3 +++ src/test/modules/injection_points/meson.build | 2 ++ 4 files changed, 10 insertions(+)
