mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-09-02 01:29:36 +00:00
Add the 1st lettuce test for the basic replication.
Basically check that the table inserted on the primary will get its way to the secondary.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Feature: basic replication
|
||||
In order to check that basic replication is working
|
||||
As observers
|
||||
We'll start 2 nodes of a new cluster,
|
||||
add a table to the primary
|
||||
and check that it gets replicated to the other over time.
|
||||
|
||||
Scenario: check replication of a single table
|
||||
Given I have started postgres0
|
||||
And I have started postgres1
|
||||
When I add the table foo to postgres0
|
||||
Then table foo is present on postgres1
|
||||
Reference in New Issue
Block a user