Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a separate testing configuration #44

Merged
merged 1 commit into from
Mar 7, 2018
Merged

Add a separate testing configuration #44

merged 1 commit into from
Mar 7, 2018

Conversation

mmulich
Copy link
Contributor

@mmulich mmulich commented Mar 7, 2018

This separates the testing configuration into a different docker-compose
file that extends the base file. This specifically mounts the bin directory
and more importantly assigns a 'testing' database separate from the base
database, 'repository'.

This allows one to have a functional database that maintains its data
regardless of test runs. Previously, we would wipe the database before
a test run.

Closes #34

@staxly staxly bot added this to In progress in All Connexions Mar 7, 2018
This separates the testing configuration into a different docker-compose
file that extends the base file. This specifically mounts the bin directory
and more importantly assigns a 'testing' database separate from the base
database, 'repository'.

This allows one to have a functional database that maintains its data
regardless of test runs. Previously, we would wipe the database before
a test run.
@codecov
Copy link

codecov bot commented Mar 7, 2018

Codecov Report

Merging #44 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master    #44   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          14     14           
  Lines         277    277           
=====================================
  Hits          277    277

@mmulich mmulich merged commit a0a724e into master Mar 7, 2018
All Connexions automation moved this from In progress to Done Mar 7, 2018
@mmulich mmulich deleted the issue-34 branch March 7, 2018 03:25
@philschatz philschatz removed this from Done in All Connexions Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant