Fix the tests that fail with MX in columnar_schedule

pull/5378/head
Halil Ozan Akgul 2021-10-14 19:32:26 +03:00
parent eca784d088
commit 3fb996f6de
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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