Hi, I have add a new option in proxy recorder to add a prefix in sampler name recorded by the proxy. It allow to be more productive (less work to rename samplers after a recording) and complete the regex in backend listener I have add previously Antonio
PR 156 commited
(In reply to Antonio Gomes Rodrigues from comment #1) > PR 156 commited > https://github.com/apache/jmeter/pull/156.patch Sorry, but the patch is unusable as it stands. There are huge numbers of irrelevant changes which make it all but impossible to review. Here is the summary: .../apache/jmeter/resources/messages.properties | 2689 ++++++++--------- .../apache/jmeter/resources/messages_fr.properties | 2659 ++++++++--------- .../jmeter/protocol/http/proxy/ProxyControl.java | 3039 ++++++++++---------- .../protocol/http/proxy/gui/ProxyControlGui.java | 25 +- 4 files changed, 4223 insertions(+), 4189 deletions(-) I would expect a patch to fix this to be 100 changes or so, not 1000s. Patches should contain the minimum number of changes. This allows developers to quickly review the proposed change. Also once the patch is applied, it makes the history easier to read. If you want the patch to be applied, please provide a minimal one.
PR 158 without tab commited
Thanks for PR. I made few modification , see comments. Author: pmouawad Date: Fri Mar 4 22:16:39 2016 New Revision: 1733665 URL: http://svn.apache.org/viewvc?rev=1733665&view=rev Log: Bug 59116 - Add the possibility to setup a prefix to sampler name recorded by proxy #resolve #158 Fixed the following in PR: - SampleResult did not match the modified Sample label - Added code in keyListener to ensure the model is updated, otherwise the ProxyControl would still use old prefix until user leaves the component - French label Bugzilla Id: 59116 Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/gui/ProxyControlGui.java jmeter/trunk/xdocs/changes.xml
Thanks to the modifications
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3880