From 0de9d9542ac182b8d63dd896fe2750bdb58c83d9 Mon Sep 17 00:00:00 2001 From: Mehmet Yilmaz Date: Thu, 3 Jul 2025 10:26:03 +0000 Subject: [PATCH] Comment out columnar-related checks in build and test workflows --- .github/workflows/build_and_test.yml | 4 ++-- src/test/regress/Makefile | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index f9b9f5701..e39b96089 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -153,8 +153,8 @@ jobs: - check-isolation - check-operations - check-follower-cluster - - check-columnar - - check-columnar-isolation + # - check-columnar + # - check-columnar-isolation - check-enterprise - check-enterprise-isolation - check-enterprise-isolation-logicalrep-1 diff --git a/src/test/regress/Makefile b/src/test/regress/Makefile index 4bdc7a1b8..8c79e6333 100644 --- a/src/test/regress/Makefile +++ b/src/test/regress/Makefile @@ -45,7 +45,7 @@ vanilla_diffs_file = $(citus_abs_srcdir)/pg_vanilla_outputs/$(MAJORVERSION)/regr # intermediate, for muscle memory backward compatibility. 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-vanilla check-columnar check-columnar-isolation check-pg-upgrade check-arbitrary-configs check-citus-upgrade check-citus-upgrade-mixed check-citus-upgrade-local check-citus-upgrade-mixed-local check-pytest check-query-generator +check-full: check-multi check-multi-mx check-multi-1 check-operations check-follower-cluster check-isolation check-failure check-split check-vanilla check-pg-upgrade check-arbitrary-configs check-citus-upgrade check-citus-upgrade-mixed check-citus-upgrade-local check-citus-upgrade-mixed-local check-pytest check-query-generator # check-enterprise-full triggers all enterprise specific tests check-enterprise-full: check-enterprise check-enterprise-isolation check-enterprise-failure check-enterprise-isolation-logicalrep-1 check-enterprise-isolation-logicalrep-2 check-enterprise-isolation-logicalrep-3 @@ -180,10 +180,10 @@ check-multi-1-vg: all --pg_ctl-timeout=360 --connection-timeout=500000 --valgrind-path=valgrind --valgrind-log-file=$(CITUS_VALGRIND_LOG_FILE) \ -- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/multi_1_schedule $(EXTRA_TESTS) -check-columnar-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)/columnar_schedule $(EXTRA_TESTS) +# check-columnar-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)/columnar_schedule $(EXTRA_TESTS) check-isolation: all $(isolation_test_files) $(pg_regress_multi_check) --load-extension=citus --isolationtester \ @@ -227,13 +227,13 @@ check-operations: all $(pg_regress_multi_check) --load-extension=citus --worker-count=6 \ -- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/operations_schedule $(EXTRA_TESTS) -check-columnar: all - $(pg_regress_multi_check) --load-extension=citus_columnar --load-extension=citus \ - -- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/columnar_schedule $(EXTRA_TESTS) +# check-columnar: all +# $(pg_regress_multi_check) --load-extension=citus_columnar --load-extension=citus \ +# -- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/columnar_schedule $(EXTRA_TESTS) -check-columnar-isolation: all $(isolation_test_files) - $(pg_regress_multi_check) --load-extension=citus --isolationtester \ - -- $(MULTI_REGRESS_OPTS) --inputdir=$(citus_abs_srcdir)/build --schedule=$(citus_abs_srcdir)/columnar_isolation_schedule $(EXTRA_TESTS) +# check-columnar-isolation: all $(isolation_test_files) +# $(pg_regress_multi_check) --load-extension=citus --isolationtester \ +# -- $(MULTI_REGRESS_OPTS) --inputdir=$(citus_abs_srcdir)/build --schedule=$(citus_abs_srcdir)/columnar_isolation_schedule $(EXTRA_TESTS) check-split: all $(pg_regress_multi_check) --load-extension=citus \