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 2018/06/12 05:42:23 UTC

[Bug 62446] New: Counter documentation is wrong in required fieds

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

            Bug ID: 62446
           Summary: Counter documentation is wrong in required fieds
           Product: JMeter
           Version: 4.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: orimarko@gmail.com
  Target Milestone: ---

Counter documentation is wrong in required fields:

Reference name - can be empty will create a JMeter variable with empty string
which can be called as ${}

Starting value - can be empty will create a value from 0

Increment - can be empty will increment a value with 0 (no increment)

Should update documentation or add limitation in code

Based on
https://stackoverflow.com/questions/50794408/jmeters-counter-without-required-fields

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

[Bug 62446] Counter documentation is wrong in required fieds

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |63225


Referenced Bugs:

https://bz.apache.org/bugzilla/show_bug.cgi?id=63225
[Bug 63225] Counter Config element allows empty value for Exported Variable
Name
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62446] Counter documentation is wrong in required fieds

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

orimarko <or...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orimarko@gmail.com

--- Comment #2 from orimarko <or...@gmail.com> ---
Created attachment 36130
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36130&action=edit
Patch with updated docs

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

[Bug 62446] Counter documentation is wrong in required fieds

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

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
I think the empty name and increment of zero is a bug.

An empty name should probably be handled as a user input error.

The other two fields can be set to a default value. My preference would be
start counter with 0 and increment by 1.

The docs should - of course - reflect this.

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

[Bug 62446] Counter documentation is wrong in required fieds

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
           Keywords|                            |FixedInTrunk
   Target Milestone|---                         |JMETER_5.2
             Status|NEW                         |RESOLVED

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Mar  3 13:31:55 2019
New Revision: 1854709

URL: http://svn.apache.org/viewvc?rev=1854709&view=rev
Log:
Bug 62446 - Counter documentation is wrong in required fieds
Bugzilla Id: 62446

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


See Bug 63225

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