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
Currently, you can set the JMeter property jmeter.retrier.sampleLabelSuffix to an empty string.
However, the retries would still have the counter value appended.
Work-around would be to change the sub-results' labels in a JSR223 PostProcessor like so (assuming you don't have nested sub-sub-results):
prev.subResults*.setSampleLabel(prev.sampleLabel)
Let me know if you have a better idea how to implement this in the plugin.
I noticed if exception occurred with sample, this plugin will add suffix to the sample label, is there a better to avoid change the sample name ?
The text was updated successfully, but these errors were encountered: