You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/07/30 17:12:55 UTC

[Bug 63974] resultcollector.action_if_file_exists=DELETE don't work

https://bz.apache.org/bugzilla/show_bug.cgi?id=63974

--- Comment #5 from Rajesh Bajjuri <ba...@gmail.com> ---
Hello, 


I have the similar issue here 

in "View Results in Table" listener if i am using Variable in the "Write
Results to File name" Field like
${JmeterUserDirectory}\TestResults\ShuttleViewTestResults.csv which is relative
path and using user defined variables for path name.

Then it is not Deleting the existing results file even after the below property
is set in Jmeter.properties or user.properties file

resultcollector.action_if_file_exists=DELETE


However in "View Results in Table" if i change "Write Results to File name"
Field like below which is direct path and not using any user defined variables.

C:\Softwares\apache-jmeter-5.1.1\bin\TestResults\ShuttleViewTestResults.csv

Then it is asking a pop up saying if i need to append or override the results
etc...

so below property is never given an importance as it is still asking for popup
even after it is set to value as DELETE.
resultcollector.action_if_file_exists=DELETE

-- 
You are receiving this mail because:
You are the assignee for the bug.