mirror of https://github.com/apache/jmeter.git
Bug 54097 - CSV Data Set Config not working in distributed mode
Clarified documentation for distributed tests. Bugzilla Id: 54097 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1408461 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7742e73316
commit
2e6a98debd
|
|
@ -3209,6 +3209,7 @@ The Comparison Assertion Visualizer shows the results of any <complink name="Com
|
|||
<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 -
|
||||
|
|
|
|||
Loading…
Reference in New Issue