apache / apache/jmeter

Running loop using random match numer in Boundary Extractor will result to same values

Open
#5,798 1 comment 0 reactions 0 assignees View on GitHub
defect to-triage
Dominant language
Java
Stars
9.5k
Forks
2.3k
Avg merge
1d 22h
Merged PRs (30d)
5

Description

### Expected behavior

when defining a random match number in Boundary Extractor each iteration should random a new value

### Actual behavior

when running the script in loops (1 user at a time) the value is always the same

### Steps to reproduce the problem

1. use in scripte a Boundary Extractor with random match number in at least one of the responses
![image](https://user-images.githubusercontent.com/103347130/228260450-2b7c11b5-e569-4927-b6b7-fcdd7617fc97.png)
2. run the script with threads (a few users simultaneously) - the random works fine
![image](https://user-images.githubusercontent.com/103347130/228260984-6f7ca5cc-98da-43ec-9bd3-bb3003d25a18.png)
3. run the script with loops (1 user at a time) - the value is only being randomed once and all requests are always using same value
![image](https://user-images.githubusercontent.com/103347130/228261363-3e3987c2-2328-4e24-8c54-e45ef7ae0157.png)

### JMeter Version

5.4.1

### Java Version

_No response_

### OS Version

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.