Document bug 40394

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@571765 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2007-09-01 11:42:12 +00:00
parent 640b57e579
commit cece4de919
2 changed files with 7 additions and 0 deletions

View File

@ -90,6 +90,11 @@ This can be reduced by using a file instead of including the script in the test
Variables and functions do not work in Listeners in client-server (remote) mode so they cannot be used
to name log files in client-server mode.
</p>
<p>
CSV Dataset variables are defined after configuration processing is completed,
so they cannot be used for other configuration items such as JDBC Config.
(see <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40934">Bug 40394 </a>)
</p>
<h4>Summary of changes (for more details, see below)</h4>
<p>

View File

@ -1958,6 +1958,8 @@ the Report.
The file is only opened once, and each thread will use a different line from the file.
Lines are read as the threads need them.
</p>
<note>CSV Dataset variables are defined after configuration processing is completed,
so they cannot be used for other configuration items such as JDBC Config (see <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40934">Bug 40394 </a>)</note>
<p>
As a special case, the string "\t" (without quotes) is treated as a Tab.
</p>