From 6985df3aca1f20a306aebfb17c77c973432f2b8b Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 11 Mar 2016 16:59:35 +0100 Subject: [PATCH] Restore the test for the clone from the replica. --- features/cascading_replication.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cascading_replication.feature b/features/cascading_replication.feature index 37693311..7d297e41 100644 --- a/features/cascading_replication.feature +++ b/features/cascading_replication.feature @@ -9,4 +9,4 @@ Scenario: check a base backup from the replica And I create label with "postgres1" in postgres1 data directory And I configure and start postgres2 with a tag clonefrom postgres1 Then replication works from postgres0 to postgres2 after 30 seconds - And there is a label with "postgres0" in postgres2 data directory + And there is a label with "postgres1" in postgres2 data directory