fix regression tests to avoid any conflicts in enterprise

pull/5098/head
Onder Kalaci 2021-06-22 08:45:17 +03:00
parent be6e372b27
commit 690dab316a
2 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ NOTICE: executing the command locally: UPDATE local_shard_execution_dropped_col
-- has a dropped column but not the shard, via rebalance operation -- has a dropped column but not the shard, via rebalance operation
SET search_path TO local_shard_execution_dropped_column; SET search_path TO local_shard_execution_dropped_column;
ALTER TABLE t1 DROP COLUMN a; ALTER TABLE t1 DROP COLUMN a;
SELECT citus_move_shard_placement(2460000, 'localhost', :worker_1_port, 'localhost', :worker_2_port); SELECT citus_move_shard_placement(2460000, 'localhost', :worker_1_port, 'localhost', :worker_2_port, 'block_writes');
citus_move_shard_placement citus_move_shard_placement
--------------------------------------------------------------------- ---------------------------------------------------------------------

View File

@ -84,7 +84,7 @@ execute p4(8);
SET search_path TO local_shard_execution_dropped_column; SET search_path TO local_shard_execution_dropped_column;
ALTER TABLE t1 DROP COLUMN a; ALTER TABLE t1 DROP COLUMN a;
SELECT citus_move_shard_placement(2460000, 'localhost', :worker_1_port, 'localhost', :worker_2_port); SELECT citus_move_shard_placement(2460000, 'localhost', :worker_1_port, 'localhost', :worker_2_port, 'block_writes');
\c - - - :worker_2_port \c - - - :worker_2_port
SET search_path TO local_shard_execution_dropped_column; SET search_path TO local_shard_execution_dropped_column;