Merge pull request #5378 from citusdata/turn_mx_on_columnar_schedule

Fix the tests that fail with MX in columnar_schedule
pull/5382/head
Halil Ozan Akgül 2021-10-15 13:28:53 +03:00 committed by GitHub
commit b576e69260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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