https://issues.apache.org/bugzilla/show_bug.cgi?id=56846
Bug ID: 56846
Summary: Simple Data Writer do now write remote host results
when using a variable in the path
Product: JMeter
Version: 2.10
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
When running a test using two hosts to generate traffic (local + remote), if
the path to the results file in the Simple Date Writer contains a variable, it
will only write local results to the file.
For example, I've configured a variable named "RESULTS_PATH" with the value
"X:/MyTest/MyResults"
Then, in my test plan I have a Simple Date Writer, writing to
"${RESULTS_PATH}/myResults.csv"
If I run a test using a remote host (and also using my local), the file
"myResults.csv" will only write the results for the local machine.
Althoungh, if I set the Simple Date Writer to write to
"X:/MyTest/MyResults/myResults.csv", it will write results from both machines.
--
You are receiving this mail because:
You are the assignee for the bug.