postgresql/src/test/modules/injection_points
Heikki Linnakangas 85f65d7a26 Try to unbreak injection-fault tests in the buildfarm
The buildfarm script attempts to run all tests marked as
NO_INSTALLCHECK under src/test/modules without paying attention to
whether they are enabled or disabled in the parent Makefile. That
hasn't been a problem so far, because all the tests marked with
NO_INSTALLCHECK ran unconditionally in "make check". But commit
e2e3b8ae9e changed that: the injection fault tests are marked as
NO_INSTALLCHECK, and also depend on --enable-injection-points.

Try to work around that by ensuring that "make check" does nothing in
the those subdirectories. We can hopefully get rid of this hack soon,
after fixing the buildfarm client, or by switching to meson.

Discussion: https://www.postgresql.org/message-id/8e4cf596-dd70-432e-9068-16466ed596ed%40iki.fi
2024-03-15 15:22:12 +02:00
..
expected
sql Add test module injection_points 2024-01-22 13:32:28 +09:00
.gitignore
injection_points--1.0.sql injection_points: Add wait and wakeup of processes 2024-03-04 09:19:13 +09:00
injection_points.c Make the order of the header file includes consistent 2024-03-13 15:07:00 +01:00
injection_points.control
Makefile Try to unbreak injection-fault tests in the buildfarm 2024-03-15 15:22:12 +02:00
meson.build Disable tests using injection points in installcheck 2024-03-15 13:06:57 +02:00