mirror of https://github.com/citusdata/citus.git
fix regression tests to avoid any conflicts in enterprise
parent
ca00b63272
commit
55ed93bf0d
|
@ -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
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue