From aad96971562c4e50402c5f2cf1009860566188d8 Mon Sep 17 00:00:00 2001 From: Nitish Upreti Date: Wed, 14 Sep 2022 17:24:31 -0700 Subject: [PATCH] Fix spacing --- src/test/regress/expected/failure_on_create_subscription.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/failure_on_create_subscription.out b/src/test/regress/expected/failure_on_create_subscription.out index 8243f9910..36c2fc25a 100644 --- a/src/test/regress/expected/failure_on_create_subscription.out +++ b/src/test/regress/expected/failure_on_create_subscription.out @@ -42,7 +42,7 @@ SELECT * FROM shards_in_workers; (4 rows) -- 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 -- 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