Attempt to export acceptance tests coverage results to coveralls

This commit is contained in:
Alexander Kukushkin
2016-03-13 09:09:31 +01:00
parent 6985df3aca
commit 62f11ab747
4 changed files with 13 additions and 7 deletions
+2 -1
View File
@@ -3,9 +3,10 @@ Feature: basic replication
Scenario: check replication of a single table
Given I start postgres0
And postgres0 is a leader after 10 seconds
And I start postgres1
When I add the table foo to postgres0
Then table foo is present on postgres1 after 10 seconds
Then table foo is present on postgres1 after 15 seconds
Scenario: check the basic failover
When I kill postgres0