问题
There's was a regression in version JMeter 3.2,
I started to get a new warning when running in GUI mode,
For every file defined in listeners there's a popup alert warning of "file already exists"
How can I remove this warning?
回答1:
You cannot remove this warning as of 3.2 version. It's not a regression , it is meant to avoid accidentally overwriting previous results.
Please raise an enhancement feature at :
- http://jmeter.apache.org/issues.html
EDIT:
You created:
- https://bz.apache.org/bugzilla/show_bug.cgi?id=61068
It was implemented and will be available for 3.3.
A new property resultcollector.action_if_file_exists was introduced:
Used to control what happens when you start a test and have listeners that could overwrite existing result files
Possible values:
- ASK : Ask user (default value that opens popup)
- APPEND : Append results to existing file
- DELETE : Delete existing file and start a new file
来源:https://stackoverflow.com/questions/43776180/jmeter-3-2-remove-warning-of-file-already-exists-when-starting-a-test