JMeter 3.2 Remove warning of “file already exists” when starting a test

隐身守侯 提交于 2019-12-23 07:50:47

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!