https://bz.apache.org/bugzilla/show_bug.cgi?id=58014
Bug ID: 58014
Summary: Counter config under Random/Interleave controller
Product: JMeter
Version: 2.13
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32800
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32800&action=edit
Reproduction test plan
I found strange issue with using Counter element under Random or Interleave
controller. The strangeness is that it can be fixed just by wrapping the
sampler into Simple Controller.
See the attached test plan, it contains 2 thread groups. Fail thread group
shows that counter variable produces not sequential values, although it is
attached to a sampler. Surprisingly, Pass thread group shows that just wrapping
the sampler into Simple controller do produce desired sequential integer
values.
I failed to find obvious reasons for such behavior while reading through source
code. I expect Counter to produce sequential values even without being wrapped
into Simple Controller, at it feels natural by attaching it to particular
scope.
--
You are receiving this mail because:
You are the assignee for the bug.