Created
August 5, 2014 15:43
-
-
Save StanAngeloff/c4bfba302b4b427566e5 to your computer and use it in GitHub Desktop.
Feature: PostgreSQL infrastructure integration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@databases @postgresql | |
Feature: PostgreSQL infrastructure integration. | |
In order to have an efficient PostgreSQL server | |
As a DevOps Engineer | |
I want to ensure the infrastructure is set up for heavy-loads | |
Background: | |
Given the database connection "default" is in use | |
Scenario: The server must handle thousands of connections | |
When a total of 1000 connections are established | |
Then no exceptions should have occurred |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment