Skip to content

Commit

Permalink
Merge pull request #139 from lbajsarowicz/bug/tmpfs-for-tests
Browse files Browse the repository at this point in the history
Rollback `tmpfs` to `tmp` paths of tests
  • Loading branch information
davidalger authored Apr 11, 2020
2 parents 6cb7d7c + bc51d30 commit 4e603f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## UNRELEASED [x.y.z](https://github.com/davidalger/warden/tree/x.y.z) (yyyy-mm-dd)
[All Commits](https://github.com/davidalger/warden/compare/0.4.0..develop)

**Bug Fixes:**

* Removed `tmpfs` volumes from sub-directories of `/var/www/html` when `WARDEN_TEST_DB=1` was set due to compatibility issues ([#139](https://github.com/davidalger/warden/pull/139) by @lbajsarowicz)

## Version [0.4.0](https://github.com/davidalger/warden/tree/0.4.0) (2020-04-02)
[All Commits](https://github.com/davidalger/warden/compare/0.3.1..0.4.0)

Expand Down
17 changes: 0 additions & 17 deletions environments/magento2/magento2.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,10 @@ services:
- --max_allowed_packet=1024M
- --explicit_defaults_for_timestamp=on
volumes:
- tmp-cache:/var/cache
- tmp-dbdata:/var/lib/mysql

php-fpm:
volumes:
- tmp-files:/var/www/html/dev/tests/integration/tmp/

php-debug:
volumes:
- tmp-files:/var/www/html/dev/tests/integration/tmp/

volumes:
tmp-dbdata:
driver_opts:
type: tmpfs
device: tmpfs
tmp-cache:
driver_opts:
type: tmpfs
device: tmpfs
tmp-files:
driver_opts:
type: tmpfs
device: tmpfs

0 comments on commit 4e603f9

Please sign in to comment.