Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send the User Worker Identifier/Name along with the step parameter #624

Open
arvind-fluxon opened this issue Jul 21, 2023 · 0 comments
Open

Comments

@arvind-fluxon
Copy link

Is your feature request related to a problem? Please describe.
Yes, many times when we run "stage" based execution with a loopCount of 1, we end up not getting the data rolled over, since it depends on the iteration.

In order for us to have max parallelism, sometimes in the stage we try with a target of 100 users.
Now, each of these workers are unique as of Element, however, the actual code within behaves and gets the same data (from TestData) and even if we expose a different generator function, they cannot get unique values in each run.
As an alternate, its better to know the worker identifier within the step to pick and choose what's needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant