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 2017/09/05 19:20:50 UTC

[Bug 61492] New: Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI

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

            Bug ID: 61492
           Summary: Add the possibility to change the value of proxy.pause
                    in the HTTP(S) Test Script Recorder GUI
           Product: JMeter
           Version: 3.2
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: ra0077@gmail.com
  Target Milestone: ---

Created attachment 35295
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35295&action=edit
Screenshot of the modified GUI

Hi,

The value of proxy.pause is by default to 5s
To modify it we need to modify property file.

I propose to allow to modify it in the HTTP(S) Test Script Recorder GUI

It will allow to adapt the value to the tested application without restarting
JMeter

Antonio

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

[Bug 61492] Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61492

--- Comment #3 from Antonio Gomes Rodrigues <ra...@gmail.com> ---
"(In reply to Philippe Mouawad from comment #2)
> Hi Antonio,
> Thanks for patch.
> 
> My notes:
> - SAMPLE_GAP should not be static anymore (and renamed)
Which name?

> - parsing should be Long.parseLong
OK

> - Why this code :
> proxyPauseHTTPSample.setText(proxyPauseHTTPSample.getText().substring(0,
> length-1));
It's when you write a non digit in the input. It allow to remove the non digit
character (the last you have write)

> 
> 
> Label ideas:
> 
> - Sample gaps to create transaction
> - Create new transaction after request (ms)
I like this one

> 
> Thanks

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

[Bug 61492] Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61492

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
                 OS|Linux                       |All
           Severity|normal                      |enhancement

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

[Bug 61492] Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61492

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hi Antonio,
Thanks for patch.

My notes:
- SAMPLE_GAP should not be static anymore (and renamed)
- parsing should be Long.parseLong
- Why this code :
proxyPauseHTTPSample.setText(proxyPauseHTTPSample.getText().substring(0,
length-1));


Label ideas:

- Sample gaps to create transaction
- Create new transaction after request (ms)

Thanks

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

[Bug 61492] Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61492

--- Comment #5 from Milamber <mi...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1807583&view=rev
Log:
This closes #61492 : Add the possibility to change the value of proxy.pause in
the HTTP(S) Test Script Recorder GUI

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
    jmeter/trunk/xdocs/images/screenshots/proxy_control.png

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

[Bug 61492] Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61492

Antonio Gomes Rodrigues <ra...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Antonio Gomes Rodrigues <ra...@gmail.com> ---
I have commit the patch with a fix

Antonio

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

[Bug 61492] Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61492

--- Comment #1 from Antonio Gomes Rodrigues <ra...@gmail.com> ---
Created attachment 35298
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35298&action=edit
Patch

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