You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add PGXS options to control TAP and isolation tests
The following options are added for extensions:- TAP_TESTS, to allow an extention to run TAP tests which are the onespresent in t/*.pl. A subset of tests can always be run with theexisting PROVE_TESTS for developers.- ISOLATION, to define a list of isolation tests.- ISOLATION_OPTS, to pass custom options to isolation_tester.A couple of custom Makefile targets have been accumulated across thetree to cover the lack of facility in PGXS for a couple of releases whenusing those test suites, which are all now replaced with the new flags,without reducing the test coverage. This also fixes an issue withcontrib/bloom/, which had a custom target to trigger its TAP tests ofits own not part of the main check runs.Author: Michael PaquierReviewed-by: Adam Berlin, Álvaro Herrera, Tom Lane, Nikolay Shaplov,Arthur ZakirovDiscussion:https://postgr.es/m/20180906014849.GG2726@paquier.xyz