Add test capability

jelte-reproduce-vg-issue
Jelte Fennema 2023-01-31 17:04:19 +01:00
parent 6dd6bacbd4
commit 5420f5ee19
2 changed files with 10 additions and 0 deletions

View File

@ -272,4 +272,9 @@ clean distclean maintainer-clean:
rm -rf tmp_check/
rm -rf tmp_citus_test/
check-cluster-mgmt-vg: all
$(pg_regress_multi_check) --load-extension=citus --valgrind \
--pg_ctl-timeout=360 --connection-timeout=500000 --valgrind-path=valgrind --valgrind-log-file=$(CITUS_VALGRIND_LOG_FILE) \
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/cluster_management_schedule $(EXTRA_TESTS)
all: create-tablespaces

View File

@ -0,0 +1,5 @@
test: multi_test_helpers multi_test_helpers_superuser
test: multi_cluster_management
test: create_role_propagation
test: multi_create_fdw
test: multi_test_catalog_views