mirror of https://github.com/citusdata/citus.git
Update test
parent
96c32d571c
commit
42978ddb23
|
@ -49,8 +49,7 @@ SELECT citus.mitmproxy('conn.onQuery(query="CREATE SUBSCRIPTION").kill()');
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
SELECT master_move_shard_placement(101, 'localhost', :worker_1_port, 'localhost', :worker_2_proxy_port);
|
SELECT master_move_shard_placement(101, 'localhost', :worker_1_port, 'localhost', :worker_2_proxy_port);
|
||||||
ERROR: connection not open
|
ERROR: connection to the remote node localhost:xxxxx failed with the following error: another command is already in progress
|
||||||
CONTEXT: while executing command on localhost:xxxxx
|
|
||||||
-- Verify that the shard is not moved and the number of rows are still 100k
|
-- Verify that the shard is not moved and the number of rows are still 100k
|
||||||
SELECT * FROM shards_in_workers;
|
SELECT * FROM shards_in_workers;
|
||||||
shardid | worker
|
shardid | worker
|
||||||
|
|
Loading…
Reference in New Issue