Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created August 5, 2014 15:43
Show Gist options
  • Save StanAngeloff/c4bfba302b4b427566e5 to your computer and use it in GitHub Desktop.
Save StanAngeloff/c4bfba302b4b427566e5 to your computer and use it in GitHub Desktop.
Feature: PostgreSQL infrastructure integration.
@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