I am using Jmeter 3.3 and am experiencing what can best be described as "disappearing" variables. I have attached my jmeter script. Let me describe the sequence of events with an outline:
- Thread Group with X number users. For each user (thread), perform the following: * Loop with a counter of 10, each loop do: * call to an endpoint * capture Location response header * store value of Location in variable named STATUS_X (where X is the loop counter) * Loop with a counter of 10, each loop do: * call to endpoint stored in STATUS_X * capture response in RESULT_X (where X is the loop counter) * While condition, stopping when RESULT_X for all values of X indicates success * Loop with a counter of 10, each loop do: * call to endpoint stored in STATUS_X * capture response in RESULT_X (where X is the loop counter) However, what I am finding is that in the while condition, some of the STATUS_X values are gone. The weird thing is that its inconsistent which ones are missing. I have inserted a Debug Sampler to track. On some loops, STATUS_1 might be missing, but be present in the next loop. In a different loop, STATUS_8 and STATUS_9 might be missing, and re-appear the next loop. Any ideas what might be going on? Happy to provide any other details that might be helpful. Thanks so much in advance! Yoel Spotts
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
