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

Unique node Ids or synchronised VU Ids across multiple nodes in Cloud execution mode #631

Closed
letsrokk opened this issue May 17, 2018 · 3 comments

Comments

@letsrokk
Copy link

[Context]

For some test scenarios we need to have an ability to generate unique IDs which we can in HTTP requests - e.g. for client registration APIs

For local executions we are using __VU and __ITER to generate IDs like 001000004 where 001 is VU number and 000004 is iteration number.

But when tests are executed in Cloud mode in multiple availability zones __VU can overlap because VU are individually tracked for each load generator node.

It would be nice to either track VUs across nodes (ideally) or get unique node Id or number so we can generate values like 01001000004 (${node}${vu}${iter})

@markjmeier
Copy link

@na-- The Load Impact cloud execution variables should solve this: https://support.loadimpact.com/4.0/test-running/cloud-execution/#load-impact-environment-variables specifically LI_INSTANCE_ID.

@mstoykov
Copy link
Contributor

mstoykov commented Nov 5, 2020

I do think that this should be closed given @markjmeier comment ?

@na--
Copy link
Member

na-- commented Nov 5, 2020

I agree, anything more than that should probably fall under #1320

@na-- na-- closed this as completed Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants