You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/11/12 22:11:25 UTC

svn commit: r1408461 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Mon Nov 12 21:11:24 2012
New Revision: 1408461

URL: http://svn.apache.org/viewvc?rev=1408461&view=rev
Log:
Bug 54097 - CSV Data Set Config not working in distributed mode
Clarified documentation for distributed tests.
Bugzilla Id: 54097

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1408461&r1=1408460&r2=1408461&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Nov 12 21:11:24 2012
@@ -3209,6 +3209,7 @@ The Comparison Assertion Visualizer show
   <property name="Name" required="">Descriptive name for this element that is shown in the tree.</property>
   <property name="Filename" required="Yes">Name of the file to be read. 
   <b>Relative file names are resolved with respect to the path of the active test plan.</b>
+  <b>For distributed testing, the CSV file must be stored on the server host system in the correct relative directory to where the jmeter server is started.</b>
   Absolute file names are also supported, but note that they are unlikely to work in remote mode, 
   unless the remote server has the same directory structure.
   If the same physical file is referenced in two different ways - e.g. csvdata.txt and ./csvdata.txt -