You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Mike Stover <ms...@apache.org> on 2002/08/16 15:40:52 UTC

JMeter 1.7.3

Ok, I've cheated and re-released 1.7.3 after fixing the problem that you couldn't 
delete arguments in the HTTP Request GUI.  

Because of the vagaries of Swing (and my general ignorance of them), I had to 
remove the column that displayed how the argument would be encoded.  It did 
nothing and was only there for display.  The column for turning encoding on or off 
is still there, however.

Apologies to all who will want to re-download now.

--
Michael Stover
mstover1@apache.org
Yahoo IM: mstover_ya
ICQ: 152975688

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: trouble with 'interleave controller'

Posted by Mike Stover <ms...@apache.org>.
No, that seems right to me.  The interleave controller returns only one request each 
time through.  To get the results you seem to want, just remove the interleave 
controller altogether.

-Mike

On 19 Aug 2002 at 13:52, held@cenix-bioscience.com wrote:

> Hi,
> 
> it seems to to, that the 'Interleave Controller' does not interleaves each next
> node but his own whole subtree.
> To explain it, I got following tree:
> 
> |- Simple Controller
> |    |- Interleave Controller
> |    |    |- Simple Controller
> |    |         |- HTTP Reguest 1 
> |    |         |- Random Controller
> |    |             |- HTTP Request 2a
> |    |             |- HTTP Request 2b
> |    |
> |    |- HTTP Request 3
> |
> |- View Results Tree
> 
> So the Result Tree should be like this:
> 
> HTTP Reguest 1
> HTTP Reguest 2a or 2b
> HTTP Reguest 3
> ...
> 
> but what I got was:
> 
> HTTP Reguest 1
> HTTP Reguest 3
> HTTP Reguest 2a or 2b
> HTTP Reguest 3
> ...
> 
> So it seems that the 'Interleave Controller' does not executes his subtree
> blockwise.
> Is it just a bug or what can I do?
> 
> Thank you
> Michael



--
Michael Stover
mstover1@apache.org
Yahoo IM: mstover_ya
ICQ: 152975688

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


trouble with 'interleave controller'

Posted by he...@cenix-bioscience.com.
Hi,

it seems to to, that the 'Interleave Controller' does not interleaves each next
node but his own whole subtree.
To explain it, I got following tree:

|- Simple Controller
|    |- Interleave Controller
|    |    |- Simple Controller
|    |         |- HTTP Reguest 1 
|    |         |- Random Controller
|    |             |- HTTP Request 2a
|    |             |- HTTP Request 2b
|    |
|    |- HTTP Request 3
|
|- View Results Tree

So the Result Tree should be like this:

HTTP Reguest 1
HTTP Reguest 2a or 2b
HTTP Reguest 3
...

but what I got was:

HTTP Reguest 1
HTTP Reguest 3
HTTP Reguest 2a or 2b
HTTP Reguest 3
...

So it seems that the 'Interleave Controller' does not executes his subtree
blockwise.
Is it just a bug or what can I do?

Thank you
Michael

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>