mirror of https://github.com/citusdata/citus.git
Fix spacing
parent
23554583fa
commit
aad9697156
|
@ -42,7 +42,7 @@ SELECT * FROM shards_in_workers;
|
||||||
(4 rows)
|
(4 rows)
|
||||||
|
|
||||||
-- Failure on creating the subscription
|
-- Failure on creating the subscription
|
||||||
-- Failing exactly on CREATE SUBSCRIPTION is causing flaky test where we either fail with :
|
-- Failing exactly on CREATE SUBSCRIPTION is causing flaky test where we fail with :
|
||||||
-- 1) ERROR: connection to the remote node localhost:xxxxx failed with the following error: ERROR: subscription "citus_shard_move_subscription_xxxxxxx" does not exist
|
-- 1) 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
|
-- another command is already in progress
|
||||||
-- 2) ERROR: connection to the remote node localhost:xxxxx failed with the following error: another command is already in progress
|
-- 2) ERROR: connection to the remote node localhost:xxxxx failed with the following error: another command is already in progress
|
||||||
|
|
Loading…
Reference in New Issue