mirror of https://github.com/citusdata/citus.git
Add check-minimal to test Makefile
parent
07cca85227
commit
4ebdf5989b
|
@ -57,6 +57,11 @@ check-base: all
|
||||||
$(pg_regress_multi_check) --load-extension=citus \
|
$(pg_regress_multi_check) --load-extension=citus \
|
||||||
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/base_schedule $(EXTRA_TESTS)
|
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/base_schedule $(EXTRA_TESTS)
|
||||||
|
|
||||||
|
# check-minimal only sets up the cluster
|
||||||
|
check-minimal: all
|
||||||
|
$(pg_regress_multi_check) --load-extension=citus \
|
||||||
|
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/minimal_schedule $(EXTRA_TESTS)
|
||||||
|
|
||||||
check-base-vg: all
|
check-base-vg: all
|
||||||
$(pg_regress_multi_check) --load-extension=citus \
|
$(pg_regress_multi_check) --load-extension=citus \
|
||||||
--valgrind --pg_ctl-timeout=360 --connection-timeout=500000 --valgrind-path=valgrind --valgrind-log-file=$(VALGRIND_LOG_FILE) \
|
--valgrind --pg_ctl-timeout=360 --connection-timeout=500000 --valgrind-path=valgrind --valgrind-log-file=$(VALGRIND_LOG_FILE) \
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
test: multi_cluster_management
|
||||||
|
test: multi_test_helpers
|
Loading…
Reference in New Issue