Merge pull request #5066 from citusdata/fix_test

fix regression tests to avoid any conflicts in enterprise
pull/5067/head
Önder Kalacı 2021-06-22 08:49:13 +03:00 committed by GitHub
commit 0a1a3e0dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
SET search_path TO local_shard_execution_dropped_column;
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
---------------------------------------------------------------------

View File

@ -84,7 +84,7 @@ execute p4(8);
SET search_path TO local_shard_execution_dropped_column;
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
SET search_path TO local_shard_execution_dropped_column;