fix makefile to exclude enterprise-split

users/saawasek/non_blocking_split_integrated
Sameer Awasekar 2022-07-06 12:40:16 +05:30
parent ea9eb103e0
commit 49cada7e9e
2 changed files with 1 additions and 11 deletions

View File

@ -693,12 +693,6 @@ workflows:
image_tag: '<< pipeline.parameters.pg14_version >>'
make: check-enterprise-failure
requires: [build-14]
- test-citus:
name: 'test-14_check-enterprise-split'
pg_major: 14
image_tag: '<< pipeline.parameters.pg14_version >>'
make: check-enterprise-split
requires: [build-14]
- test-citus:
name: 'test-14_check-multi'
pg_major: 14

View File

@ -45,7 +45,7 @@ check: check-full check-enterprise-full
# check-full triggers all tests that ought to be run routinely
check-full: check-multi check-multi-mx check-multi-1 check-operations check-follower-cluster check-isolation check-failure check-split
# check-enterprise-full triggers all enterprise specific tests
check-enterprise-full: check-enterprise check-enterprise-isolation check-enterprise-failure check-enterprise-split
check-enterprise-full: check-enterprise check-enterprise-isolation check-enterprise-failure
ISOLATION_DEPDIR=.deps/isolation
@ -232,10 +232,6 @@ check-enterprise-failure: all
$(pg_regress_multi_check) --load-extension=citus --mitmproxy \
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/enterprise_failure_schedule $(EXTRA_TESTS)
check-enterprise-split: all
$(pg_regress_multi_check) --load-extension=citus \
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/enterprise_split_schedule $(EXTRA_TESTS)
check-pg-upgrade:
$(pg_upgrade_check) --old-bindir=$(old-bindir) --new-bindir=$(new-bindir) --pgxsdir=$(pgxsdir)