From 3fb996f6def35a06817ad679d55368219d3184a3 Mon Sep 17 00:00:00 2001 From: Halil Ozan Akgul Date: Thu, 14 Oct 2021 19:32:26 +0300 Subject: [PATCH] Fix the tests that fail with MX in columnar_schedule --- src/test/regress/columnar_schedule | 2 ++ src/test/regress/expected/columnar_citus_integration.out | 1 + 2 files changed, 3 insertions(+) diff --git a/src/test/regress/columnar_schedule b/src/test/regress/columnar_schedule index 59c953d40..c8b4c5aad 100644 --- a/src/test/regress/columnar_schedule +++ b/src/test/regress/columnar_schedule @@ -1,5 +1,6 @@ test: turn_mx_off test: multi_cluster_management +test: turn_mx_on test: multi_test_helpers multi_test_helpers_superuser columnar_test_helpers test: multi_test_catalog_views @@ -35,3 +36,4 @@ test: columnar_transactions test: columnar_matview test: columnar_memory test: columnar_citus_integration +test: check_mx diff --git a/src/test/regress/expected/columnar_citus_integration.out b/src/test/regress/expected/columnar_citus_integration.out index 23c5fd9c7..aa7180cad 100644 --- a/src/test/regress/expected/columnar_citus_integration.out +++ b/src/test/regress/expected/columnar_citus_integration.out @@ -831,6 +831,7 @@ DROP TABLE table_option_reference, table_option_reference_2; SET citus.shard_replication_factor TO 1; -- test options on a citus local table SELECT 1 FROM master_add_node('localhost', :master_port, groupId => 0); +NOTICE: localhost:xxxxx is the coordinator and already contains metadata, skipping syncing the metadata ?column? --------------------------------------------------------------------- 1