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

Fix test element name changing inside loop causing a bug #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alimans3
Copy link

Inside a loop, one can use multiple variables in the label that could cause the name to change in different iterations.
For example, you can use ${__jm__Loop__idx} to add the iteration number to the label.
In this case, the parallel sampler fails to run any iteration other than the first due to the thread naming,
A unit test was added that would fail without the change

@alimans3 alimans3 force-pushed the fix-name-changing-in-loop-bug branch from 16745ac to 1d526ac Compare December 13, 2021 11:04
@alimans3
Copy link
Author

@undera

@undera
Copy link
Contributor

undera commented Dec 21, 2021

I don't work for Blazemeter anymore, sorry

@alimans3
Copy link
Author

@sebastianlorenzo88 @dnyaneshnagre

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

Successfully merging this pull request may close these issues.

2 participants