mirror of https://github.com/citusdata/citus.git
Fix the tests that fail with MX in columnar_schedule
parent
eca784d088
commit
3fb996f6de
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue