On 6 April 2012 05:03, Stanton W Derry <[email protected]> wrote:
> I have six thread groups, the first group is for data creation and remaining
> five are the load using the data created.  I need to delay the start of the
> five load thread groups till the data creation has completed.  As the amount
> of time it takes to create the data varies depending upon properties passed
> in setting a static delay time can work although doesn't guarantee data
> creation will complete in the specified time frame.  As the data creation
> step is also creating a number of variables splitting the groups into two
> scripts isn't a solution without a complete rewrite.
>
> Has anyone come across a solution for setting a dynamic delay start?

No need.

Use a setUp thread group; it's designed for test set up such as this.

> Stan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to