Author: stevel Date: Thu Dec 17 13:45:45 2015 New Revision: 1720549 URL: http://svn.apache.org/viewvc?rev=1720549&view=rev Log: SLIDER-1031 AgentPingSocketIT failing on windows
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=1720549&r1=1720548&r2=1720549&view=diff ============================================================================== --- incubator/slider/site/trunk/content/developing/functional_tests.md (original) +++ incubator/slider/site/trunk/content/developing/functional_tests.md Thu Dec 17 13:45:45 2015 @@ -161,6 +161,26 @@ need to be changed <value>192</value> </property> + <property> + <name>slider.test.agent.enabled</name> + <description>Flag to enable/disable Agent tests</description> + <value>true</value> + </property> + + <property> + <name>slider.test.windows.cluster</name> + <description>Flag to indicate that the test cluster is windows. + This defaults to the same OS as the host running the tests + </description> + <value>false</value> + </property> + + <property> + <name>slider.test.am.restart.time</name> + <description>Time in millis to await an AM restart</description> + <value>60000</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 filesystem -here a URI to a path visible across all nodes in the cluster are required