mirror of https://github.com/citusdata/citus.git
Add test capability
parent
6dd6bacbd4
commit
5420f5ee19
|
@ -272,4 +272,9 @@ clean distclean maintainer-clean:
|
||||||
rm -rf tmp_check/
|
rm -rf tmp_check/
|
||||||
rm -rf tmp_citus_test/
|
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
|
all: create-tablespaces
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue