Skip to content

Commit

Permalink
features: Remove boilerplate
Browse files Browse the repository at this point in the history
Signed-off-by: Jussi Virtanen <jussi.k.virtanen@gmail.com>
  • Loading branch information
jvirtanen committed May 24, 2013
1 parent d6c3d34 commit 2bdb6ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
5 changes: 1 addition & 4 deletions features/export.feature
@@ -1,7 +1,4 @@
Feature: CSV export
In order to easily access my data
As a user
I want to export a P-Store database into a CSV file
Feature: pstore export

Scenario: Export
Given a 512K long CSV file
Expand Down
5 changes: 1 addition & 4 deletions features/extend.feature
@@ -1,7 +1,4 @@
Feature: P-Store extend
In order to ensure acceptable performance
As a user
I want to preallocate extents into a P-Store database
Feature: pstore extend

Scenario: Extend
Given a 8K long CSV file
Expand Down
5 changes: 1 addition & 4 deletions features/import.feature
@@ -1,7 +1,4 @@
Feature: CSV import
In order to optimize read-performance of a CSV file
As a user
I want to import a CSV file into a P-Store database
Feature: pstore import

Scenario: Uncompressed import
Given a 32K long CSV file
Expand Down
5 changes: 1 addition & 4 deletions features/repack.feature
@@ -1,7 +1,4 @@
Feature: P-Store repack
In order to save disk space
As a user
I want to optimize the on-disk layout of a P-Store database
Feature: pstore repack

Scenario: Repack
Given a 8K long CSV file
Expand Down

0 comments on commit 2bdb6ec

Please sign in to comment.