You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/10/22 11:31:22 UTC

svn commit: r1633573 - /incubator/slider/site/trunk/content/developing/functional_tests.md

Author: stevel
Date: Wed Oct 22 09:31:22 2014
New Revision: 1633573

URL: http://svn.apache.org/r1633573
Log:
SLIDER-553 funtests to permit launching of slider.py on unix

Modified:
    incubator/slider/site/trunk/content/developing/functional_tests.md

Modified: incubator/slider/site/trunk/content/developing/functional_tests.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/functional_tests.md?rev=1633573&r1=1633572&r2=1633573&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/functional_tests.md (original)
+++ incubator/slider/site/trunk/content/developing/functional_tests.md Wed Oct 22 09:31:22 2014
@@ -148,8 +148,10 @@ need to be changed
             
      <property>
       <name>slider.test.timeout.millisec</name>
-      <description>Time out in milliseconds before a test is considered to have failed.
-      There are some maven properties which also define limits and may need adjusting</description>
+      <description>
+      Time out in milliseconds before a test is considered to have failed.
+      There are some maven properties which also define limits and may need adjusting
+      </description>
       <value>180000</value>
     </property>
 
@@ -159,6 +161,15 @@ need to be changed
       <value>192</value>
     </property>
 
+     <property>
+      <name>slider.test.launch.python</name>
+      <description>
+      Flag to mandate use of the slider.py script.
+      Ignored on windows —which always uses the python script
+      </description>
+      <value>false</value>
+    </property>
+
     
 Note that while the same properties need to be set in
 `slider-core/src/test/resources/slider-client.xml`, those tests take a file in the local