mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Rollback all changes to basic_replication.feature
since I moved all functionality to patroni_api.feature
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Feature: basic replication
|
||||
We should check that the basic bootstrapping, replication, failover and dyncamic configuration works.
|
||||
We should check that the basic bootstrapping, replication and failover works.
|
||||
|
||||
Scenario: check replication of a single table
|
||||
Given I start postgres0
|
||||
@@ -9,9 +9,9 @@ Feature: basic replication
|
||||
Then table foo is present on postgres1 after 20 seconds
|
||||
|
||||
Scenario: check the basic failover
|
||||
And I kill postgres0
|
||||
When I kill postgres0
|
||||
Then postgres1 role is the primary after 32 seconds
|
||||
When I start postgres0
|
||||
Then postgres0 role is the secondary after 20 seconds
|
||||
When I add the table bar to postgres1
|
||||
Then table bar is present on postgres0 after 10 seconds
|
||||
Then table bar is present on postgres0 after 20 seconds
|
||||
|
||||
Reference in New Issue
Block a user