On 9 May 2015 at 22:00, Vladimir Sitnikov <sitnikov.vladi...@gmail.com> wrote: >>I'd suggest use the same folder and file name as for the CSV file, but add a >>fixed suffix, e.g. ".state" or ".last" to the end of the file name. > > Do users use read-only network file systems to share CSVs? (especially > for distributed tests). > That is why I suggested having different state folder.
I already suggested using a path name as the sign that the restart function is being used. If the user provides a relative path, it could be relative to the CSV file or to the launch directory. Otherwise, use the absolute path. To restart from the start, on just has to delete the file (or change/remove the path name). > We never use distributed testing, thus I am fine if someone more > experienced in the area would clarify if that is important or not. > >>"Start form line" property is no longer effective once you have successfully >>used "remember position". > > That is why I suggest _not_ having separate "remember position" > checkbox, but "remember position" _value_ of "Start from line" > property. No idea what that means. >>When to save? IMHO once at end of test run. > > It would be nice to have decent behaviour even for abnormal cases: > stop test, and even kill -9 <jmeter>. That would potentially be expensive, so should not be the default behaviour. > Vladimir