Re: [PATCH] IfController Should Evaluate Once Per Iteration

2004-06-09 Thread Chris Povirk
On Wed, 09 Jun 2004 14:09:14 -0400 Michael Stover wrote: > I think the IfController could be used to check a variable set by an > assertion, and end the iteration depending on that value. > > -Mike I'd been under the impression that the controls for a Thread Group let you end the iteration on

Re: [PATCH] IfController Should Evaluate Once Per Iteration

2004-06-09 Thread Chris Povirk
On Mon, 07 Jun 2004 10:10:00 -0400 Michael Stover wrote: > > > > if(condition) > > { > > // do thing 1 > > // do thing 2 > > } > > > > ...to actually perform... > > > > if(condition) > > { > > // do thing 1 > > } > > if(condition) > > { > > // do thing 2 > > } > > I suspect that this s

[PATCH] Bug 22818 and similar: Table entries lost on focus change

2004-06-09 Thread Chris Povirk
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22818 Okay, this one's a confirmed bug, so I shouldn't be breaking any proper behavior *this* time. It seems that the implementation of HTTPArgumentsPanel is slightly different than that of ArgumentsPanel; still, the method someone wrote to avoi

[PATCH] IfController Should Evaluate Once Per Iteration

2004-06-07 Thread Chris Povirk
g with a link to it, is above the diff. I think that's it. Let me know if there are any problems. --Chris Povirk Test Plan Thread Group (1 thread, 100 repititions) HTTP Request ("Count") If Controller: (0.5<=Math.random()); HTTP Request ("50Percent&q