You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:21:01 UTC

[sling-org-apache-sling-testing-paxexam] 32/39: add note about cleaning up sling home when using options without configured working directory (SLING-6653)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.testing.paxexam-0.0.4
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-paxexam.git

commit 505531ac3ee063439a6e64cf9c7c928c8162319a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Mar 16 15:35:11 2017 +0000

    add note about cleaning up sling home when using options without configured working directory (SLING-6653)
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/org.apache.sling.testing.paxexam@1787208 13f79535-47bb-0310-9956-ffa450edef68
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1d1a739..e177a32 100644
--- a/README.md
+++ b/README.md
@@ -128,4 +128,6 @@ Create a test class (extend `TestSupport` to use helper methods and `Option`s) a
 
 using a version from project (`pom.xml`):
 
-    SlingOptions.versionResolver.setVersionFromProject(SLING_GROUP_ID, "org.apache.sling.jcr.oak.server");
\ No newline at end of file
+    SlingOptions.versionResolver.setVersionFromProject(SLING_GROUP_ID, "org.apache.sling.jcr.oak.server");
+
+**NOTE:** When using `slingLaunchpadOakTar()` or `slingLaunchpadOakMongo()` without _working directory_, _HTTP port_ and _Mongo URI_ make sure to clean up file system and database after each test and do not run tests in parallel to prevent interferences between tests.

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.