mirror of https://github.com/citusdata/citus.git
Remove unnecessary comments on tests
parent
d912cd9a9b
commit
e610a147a1
|
@ -207,6 +207,8 @@ StartMetadataSyncToNode(const char *nodeNameString, int32 nodePort)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UseCoordinatedTransaction();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* One would normally expect to set hasmetadata first, and then metadata sync.
|
* One would normally expect to set hasmetadata first, and then metadata sync.
|
||||||
* However, at this point we do the order reverse.
|
* However, at this point we do the order reverse.
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# ---
|
# ---
|
||||||
test: multi_extension
|
test: multi_extension
|
||||||
test: multi_test_helpers multi_test_helpers_superuser
|
test: multi_test_helpers multi_test_helpers_superuser
|
||||||
#test: multi_mx_node_metadata
|
test: multi_mx_node_metadata
|
||||||
test: multi_cluster_management
|
test: multi_cluster_management
|
||||||
test: multi_mx_function_table_reference
|
test: multi_mx_function_table_reference
|
||||||
test: multi_test_catalog_views
|
test: multi_test_catalog_views
|
||||||
|
|
|
@ -78,16 +78,6 @@ SELECT 1 FROM master_remove_node('localhost', :worker_1_port);
|
||||||
SELECT 1 FROM citus_set_coordinator_host('127.0.0.1');
|
SELECT 1 FROM citus_set_coordinator_host('127.0.0.1');
|
||||||
|
|
||||||
-- adding workers with specific IP is ok now
|
-- adding workers with specific IP is ok now
|
||||||
select * from pg_dist_partition;
|
|
||||||
select * from citus_tables;
|
|
||||||
\c - - - :worker_1_port
|
|
||||||
SET search_path TO single_node;
|
|
||||||
\d
|
|
||||||
select * from pg_dist_partition;
|
|
||||||
|
|
||||||
\c - - - :master_port
|
|
||||||
SET search_path TO single_node;
|
|
||||||
|
|
||||||
set citus.log_remote_commands to true;
|
set citus.log_remote_commands to true;
|
||||||
SELECT 1 FROM master_add_node('127.0.0.1', :worker_1_port);
|
SELECT 1 FROM master_add_node('127.0.0.1', :worker_1_port);
|
||||||
SELECT 1 FROM master_remove_node('127.0.0.1', :worker_1_port);
|
SELECT 1 FROM master_remove_node('127.0.0.1', :worker_1_port);
|
||||||
|
|
Loading…
Reference in New Issue