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 2015/09/29 12:07:20 UTC

[Bug 58465] New: JMS Read response field is badly named and documented

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

            Bug ID: 58465
           Summary: JMS Read response field is badly named and documented
           Product: JMeter
           Version: 2.13
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

The component reference says:

"Read response: should the sampler read the response. If not, only the response
length is returned."

The Javadoc for getReadResponse() says:

"return whether the sampler should read the response"

However the code always reads the JMS response.
The setting just determines whether or not the code stores the response in the
sample result. If not selected, then only the sample response size is updated.

This has been the case since the initial version.

This needs to be clarified in the documentation.

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

[Bug 58465] JMS Read response field is badly named and documented

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

--- Comment #1 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1706050&view=rev
Log:
JMS Read response field is badly named and documented
Also clarified iterations field
Bugzilla Id: 58475

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_es.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_pt_BR.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_tr.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_zh_TW.properties
   
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.java
   
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.java
    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.

[Bug 58465] JMS Read response field is badly named and documented

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

Sebb <se...@apache.org> changed:

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

--- Comment #2 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1706051&view=rev
Log:
JMS Read response field is badly named and documented
Updated screenshot
Bugzilla Id: 58465

Modified:
    jmeter/trunk/xdocs/images/screenshots/jmssubscriber.png
    jmeter/trunk/xdocs/usermanual/component_reference.xml

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