liip / liip/LiipTestFixturesBundle
Question: cached database with GitLab CI pipeline
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 178
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
When using LiipFunctionalBundle cached database with gitalb ci pipeline, does there any need to cache some data between pipelines ?
```
#https://github.com/liip/LiipTestFixturesBundle/blob/2.x/doc/database.md#tips-for-fixture-loading-tests
liip_test_fixtures:
cache_db:
sqlite: 'Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup'
```
Cheers
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with doc/database.md at the cached-database tips link and review how the GitLab CI pipeline handles the SQLite backup. Determine whether data must persist between pipelines, then record the answer in the relevant documentation if maintainers want this question resolved there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- gitlab, php, sqlite
- Domain
- ci-cd, databases, testing
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100