From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Disable installcheck tests for test_session_hooks |
Date: | 2017-11-15 22:52:51 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Disable installcheck tests for test_session_hooks
The module requires a preloaded library and the defect can't be cured by
a LOAD instruction in the test script. To achieve this we override the
installcheck target in the module's Makefile, and exclude ithe module in
vcregress.pl.
Along the way, revert commit 9989f92aabd.
Branch
------
master
Modified Files
--------------
src/test/modules/Makefile | 1 +
src/test/modules/test_session_hooks/Makefile | 4 ++++
src/tools/msvc/vcregress.pl | 2 ++
3 files changed, 7 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2017-11-16 01:26:35 | Re: pgsql: Add hooks for session start and session end |
Previous Message | Michael Paquier | 2017-11-15 22:07:33 | Re: pgsql: Add hooks for session start and session end |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2017-11-15 23:01:15 | Re: [HACKERS] Timeline ID in backup_label file |
Previous Message | Tom Lane | 2017-11-15 22:22:11 | Re: Further simplification of c.h's #include section |