DO NOT REPLY [Bug 51999] Counter increments by 2 when used in while controller condition

2011-12-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51999

--- Comment #4 from Philippe Mouawad p.moua...@ubik-ingenierie.com 2011-12-27 
22:51:53 UTC ---
Date: Tue Dec 27 22:51:12 2011
New Revision: 1225046

URL: http://svn.apache.org/viewvc?rev=1225046view=rev
Log:
Bug 51999 - Counter increments by 2 when used in while controller condition

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

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


DO NOT REPLY [Bug 51999] Counter increments by 2 when used in while controller condition

2011-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51999

--- Comment #2 from David Luu manga...@gmail.com 2011-11-13 19:17:24 UTC ---
Created attachment 27932
  -- https://issues.apache.org/bugzilla/attachment.cgi?id=27932
Sample test plan demonstrating the bug

Attached is a sample test plan demonstrating the bug. Please ignore the fact
that the hyperlink regex extractor doesn't extract all links properly. What's
of interest is viewing the results tree (or results table) and seeing that the
counter value displayed as part of the sampler title goes from 1,3,5,7,9 for a
while loop count from 0 (or 1) to 10. The even numbers are skipped, so to
really loop 10 times, I had to set counter max to 20. In my case I didn't care
which regex items to use as long as I'm iterating over it 10 times.

I added debug sampler so can see how the regex variable is returned after
extraction. The test plan was modified from original version so that it is
public facing for reproducing bug.

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


DO NOT REPLY [Bug 51999] Counter increments by 2 when used in while controller condition

2011-11-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51999

David Luu manga...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

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