Update error message

niupre-reuse-connections-for-logical-ref-fkeys
Nitish Upreti 2022-09-14 16:29:16 -07:00
parent 42978ddb23
commit b0c1ef7548
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ SELECT citus.mitmproxy('conn.onQuery(query="CREATE SUBSCRIPTION").kill()');
(1 row)
SELECT master_move_shard_placement(101, 'localhost', :worker_1_port, 'localhost', :worker_2_proxy_port);
ERROR: connection to the remote node localhost:xxxxx failed with the following error: another command is already in progress
ERROR: connection to the remote node localhost:xxxxx failed with the following error: ERROR: subscription "citus_shard_move_subscription_xxxxxxx" does not exist
another command is already in progress
-- Verify that the shard is not moved and the number of rows are still 100k
SELECT * FROM shards_in_workers;
shardid | worker