Added dbal.path config parameter for test environment#1621
Merged
pjedrzejewski merged 1 commit intoSylius:masterfrom Jun 21, 2014
alch:sqlite-path-config-parameter
Merged
Added dbal.path config parameter for test environment#1621pjedrzejewski merged 1 commit intoSylius:masterfrom alch:sqlite-path-config-parameter
pjedrzejewski merged 1 commit intoSylius:masterfrom
alch:sqlite-path-config-parameter
Conversation
Parameter %sylius.database.path% was added to the parameter.yml.dist file so that at install time it is possible to choose the data file when using pdo_sqlite as a persistence driver. This is especially useful in test environment when using sqlite data file on a fast/memory filesystem (such as tmpfs), to speed up test execution. The parameter defaults to null (~) not to interfere with standard configuration.
Contributor
|
Nice! Thank you Aldo! I will wait for the build - formality. :) |
Contributor
Author
|
Whops, looks like travis ran out of time while behatting. https://travis-ci.org/Sylius/Sylius/jobs/27796269 Thanks for replying and keep up the great work 👍 |
Contributor
|
👍 |
pjedrzejewski
pushed a commit
that referenced
this pull request
Jun 21, 2014
Added dbal.path config parameter for test environment
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Parameter %sylius.database.path% was added to the parameter.yml.dist
file so that at install time it is possible to choose the data file when
using pdo_sqlite as a persistence driver.
This is especially useful in test environment when using sqlite data
file on a fast/memory filesystem (such as tmpfs), to speed up test
execution.
The parameter defaults to null (~) not to interfere with standard
configuration.