From 55ed93bf0dde0b449f7bdb6abbb4a9da61d7cdfd Mon Sep 17 00:00:00 2001 From: Onder Kalaci Date: Tue, 22 Jun 2021 08:45:17 +0300 Subject: [PATCH] fix regression tests to avoid any conflicts in enterprise --- .../regress/expected/local_shard_execution_dropped_column.out | 2 +- src/test/regress/sql/local_shard_execution_dropped_column.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/regress/expected/local_shard_execution_dropped_column.out b/src/test/regress/expected/local_shard_execution_dropped_column.out index 993321735..2df559467 100644 --- a/src/test/regress/expected/local_shard_execution_dropped_column.out +++ b/src/test/regress/expected/local_shard_execution_dropped_column.out @@ -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 --------------------------------------------------------------------- diff --git a/src/test/regress/sql/local_shard_execution_dropped_column.sql b/src/test/regress/sql/local_shard_execution_dropped_column.sql index b3473a1f2..36effbf71 100644 --- a/src/test/regress/sql/local_shard_execution_dropped_column.sql +++ b/src/test/regress/sql/local_shard_execution_dropped_column.sql @@ -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;