Update tests

velioglu/wo_seq_test_1
Burak Velioglu 2022-01-14 11:35:19 +03:00
parent 2d85858c26
commit 16807343b4
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 1 additions and 4 deletions

View File

@ -178,10 +178,8 @@ UPDATE pg_dist_partition SET repmodel='c' WHERE logicalrelid='table2_groupB'::re
SET citus.shard_replication_factor to DEFAULT;
-- change partition column type
set citus.log_remote_commands to true;
CREATE TABLE table1_groupC ( id text );
SELECT create_distributed_table('table1_groupC', 'id');
reset citus.log_remote_commands;
CREATE TABLE table2_groupC ( id text );
SELECT create_distributed_table('table2_groupC', 'id');
@ -549,8 +547,7 @@ DROP TABLE range_table;
DROP TABLE none;
DROP TABLE ref;
DROP TABLE local_table;
DROP FOREIGN TABLE table3_groupD CASCADE;
-- Resync remote nodes as well
-- Reactivate remote nodes as well
SELECT citus_activate_node('localhost', :worker_1_port);
SELECT citus_activate_node('localhost', :worker_2_port);