Clarification of tests in the distribution.
Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/815c77b3 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/815c77b3 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/815c77b3 Branch: refs/heads/develop Commit: 815c77b3210b613fe8fdc8b163c3fe2dc8a97bee Parents: 42b3d33 Author: niclas <[email protected]> Authored: Sat Jul 22 10:14:57 2017 +0800 Committer: niclas <[email protected]> Committed: Sat Jul 22 10:14:57 2017 +0800 ---------------------------------------------------------------------- distributions/src/src-dist/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/815c77b3/distributions/src/src-dist/README.txt ---------------------------------------------------------------------- diff --git a/distributions/src/src-dist/README.txt b/distributions/src/src-dist/README.txt index 2aa83ed..b76b536 100644 --- a/distributions/src/src-dist/README.txt +++ b/distributions/src/src-dist/README.txt @@ -62,6 +62,12 @@ Here is how to run a full build with checks: Running gradlew for the first time will download the required Gradle distribution. You can run ./gradlew tasks to list available tasks. +Also, if Docker engine is present on your system, a large amount of time +will be spent in testing the many Entity Store implementations, as it +will spin up the many external systems for the tests (on at a time). If +Docker is not running, and those external systems are not available locally, +then those tests will be skipped automatically. + Read the Polygene⢠Build System tutorial for more details: https://polygene.apache.org/java/latest/build-system.html
