You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL is included in result files, also if jmeter.save.saveservice.url=false is written in the user.properties file. As a comparison, the setting was effective in v. 5.4.3.
Steps to reproduce the problem
Make a test plan with an HTTP Request sampler inside a thread group and a Summary Report listener with the Filename property set to a CSV file.
Run the test plan from the command line. The result files will contain the URL for each request.
JMeter Version
5.6.3
Java Version
openjdk version "17.0.13" 2024-10-15 LTS
OS Version
Amazon Linux 2023
The text was updated successfully, but these errors were encountered:
Expected behavior
https://jmeter.apache.org/usermanual/properties_reference.html#results_file_config states that
jmeter.save.saveservice.url
isfalse
by default, so no URL should be written in result files.Actual behavior
The URL is included in result files, also if
jmeter.save.saveservice.url=false
is written in theuser.properties
file. As a comparison, the setting was effective in v. 5.4.3.Steps to reproduce the problem
Make a test plan with an HTTP Request sampler inside a thread group and a Summary Report listener with the
Filename
property set to a CSV file.Run the test plan from the command line. The result files will contain the URL for each request.
JMeter Version
5.6.3
Java Version
openjdk version "17.0.13" 2024-10-15 LTS
OS Version
Amazon Linux 2023
The text was updated successfully, but these errors were encountered: