This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 238
Conversation
This file contains 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
It wasn't really used so let's not worry about mkdir and permissions in `phpunit-bootstrap.php`... This also reverts f77af2e – we don't need to ".keep" test-logs in the repository.
With this, there are no more host mounts from dev-env.
This was referenced Mar 10, 2019
Part of this is a new helper script `tests:copy-files-to-host` that copies files from named volumes to host folders. This is convenient but quite slow – the tradeoffs have been documented in `testing.md`.
borekb
added
scope: dev-infrastructure
Build scripts, IDE settings, CI, Docker dev stack, testing, tooling, etc.
scope: tests
Testing code. For infrastructure (CI, etc.), use "dev-infrastructure".
labels
Mar 10, 2019
PR description updated, I'm going to merge this. |
This was referenced Mar 10, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
scope: dev-infrastructure
Build scripts, IDE settings, CI, Docker dev stack, testing, tooling, etc.
scope: tests
Testing code. For infrastructure (CI, etc.), use "dev-infrastructure".
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.
Issue: #1389
This is one of the major items of #1389 that should lead to much faster test runs and to a better encapsulation of tests (fewer host mounts). It has already been drafted by @candrews in #1380, this PR delivers it with all the details.
/var/www/html
Useful resource: Manage data in Docker from Docker Documentation – discusses differences between volumes and "bind mounts" (host OS mounts).