You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/03/16 15:35:12 UTC

svn commit: r1787208 - /sling/trunk/testing/org.apache.sling.testing.paxexam/README.md

Author: olli
Date: Thu Mar 16 15:35:11 2017
New Revision: 1787208

URL: http://svn.apache.org/viewvc?rev=1787208&view=rev
Log:
add note about cleaning up sling home when using options without configured working directory (SLING-6653)

Modified:
    sling/trunk/testing/org.apache.sling.testing.paxexam/README.md

Modified: sling/trunk/testing/org.apache.sling.testing.paxexam/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/testing/org.apache.sling.testing.paxexam/README.md?rev=1787208&r1=1787207&r2=1787208&view=diff
==============================================================================
--- sling/trunk/testing/org.apache.sling.testing.paxexam/README.md (original)
+++ sling/trunk/testing/org.apache.sling.testing.paxexam/README.md Thu Mar 16 15:35:11 2017
@@ -128,4 +128,6 @@ Create a test class (extend `TestSupport
 
 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.