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 2016/01/04 19:25:30 UTC

[Bug 58800] New: proxy.pause default value

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

            Bug ID: 58800
           Summary: proxy.pause default value
           Product: JMeter
           Version: 2.13
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: mike.palandra@dhxmedia.com

I noticed that my proxy recording sessions were generating far fewer timer
elements than expected.

I consulted HTTP Test Script Recorder component reference and in the "Grouping"
attribute, noticed mention of a potentially relevant JMeter property called
"proxy.pause":

<
http://jmeter.apache.org/usermanual/component_reference.html#HTTP%28S%29_Test_Script_Recorder
>

I created a trivial test plan with a BeanShell sampler to log the runtime value
of proxy.pause and it was null.  In jmeter.properties, an assignment for it is
commented out with a note claiming a default of 5 seconds.

This is consistent with source file
"/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java"
(both 2.13 and today's trunk):

    private static final long sampleGap =
        JMeterUtils.getPropDefault("proxy.pause", 5000); // $NON-NLS-1$
    // Detect if user has pressed a new link

However, documentation (linked above) states default as 1000 milliseconds (1
sec).

Either sources (.java and .properties) are incorrect or doc is incorrect; I'm
not sure which.

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

[Bug 58800] proxy.pause default value , fix documentation

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|proxy.pause default value   |proxy.pause default value ,
                   |                            |fix documentation
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

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

[Bug 58800] proxy.pause default value , fix documentation

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

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

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

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Mon Jan  4 18:31:35 2016
New Revision: 1722943

URL: http://svn.apache.org/viewvc?rev=1722943&view=rev
Log:
Bug 58800 - proxy.pause default value , fix documentation
Bugzilla Id: 58800

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

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