You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2010/06/18 13:44:44 UTC

DO NOT REPLY [Bug 49463] New: Reference Name in Counter is not not Incrementing

https://issues.apache.org/bugzilla/show_bug.cgi?id=49463

           Summary: Reference Name in Counter is not not Incrementing
           Product: JMeter
           Version: 2.3.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Main
        AssignedTo: notifications@jakarta.apache.org
        ReportedBy: radu.leterna@softvision.ro


Created an attachment (id=25613)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25613)
Test file for bug reproduction.

I am trying to use one counter (Counter A, Reference Name "a") to change the
Reference Name of a second counter (Counter B, Reference Name "b_${a}") used
later in the test plan.

So, Counter A will go from 0 to a value on each thread (independently for each
thread, and save the value in variable "a"), and I am expecting to change the
name of the Referenced Name in Counter B as follows: b_1, b_2, b_3) and in each
instance of the "b" variable I should have a different number on each thread.

Please see the attached .jmx file for complete description & reproduction.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org


DO NOT REPLY [Bug 49463] Reference Name in Counter is not not Incrementing

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

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

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

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> 2011-09-08 07:28:56 UTC ---
Hello,
Question to Sebb or Milamber, I looked into FunctionProperty#getStringValue and
it uses 
ctx.getVariables().getIteration()
What is this getIteration supposed to be ?
I don't think it's the Loop iteration because there is something called
GenericController#getIterCount which seems to be a better candidate 


If there is an issue, which I am not sure, it is related to this.
Regards
Philippe Mouawad

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org