You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "Cholleti, Harika" <Ha...@gridpoint.com> on 2017/08/03 20:21:46 UTC

concurrency issue / race condition (will sometimes fail under stress)

I was doing  concurrent 50-Calls to POST data for 50- different users .For each post-call iam sending different data every 15 mins or 5 mins. Irrespective of running for  30-mins. In 50-calls one calls  get fails because of  that data doesnot exist for the user. When I checked my payload I was passing  correct data to the user( verified sending payload on other client worked successfully). As, I was running my test for 1 hour. 30mins one of the request failed.At 35 min it will be successful again. Not sure exactly it is because of race condition or  cache issue of client.


[cid:image001.png@01D30C74.98FE5220]


In JSR223 Sampler I was generating payload. Multi-Intervaldata HTTP Request1 ( post call) I was posting data.
The information contained in this transmission may contain confidential information. If the reader of this message is not the intended recipient, you are hereby notified that any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

Re: concurrency issue / race condition (will sometimes fail under stress)

Posted by Felix Schumacher <fe...@internetallee.de>.
Images are often dropped by the mailing list software. So please try to pass much information as you can as text. 

Felix

Am 3. August 2017 22:21:46 MESZ schrieb "Cholleti, Harika" <Ha...@gridpoint.com>:
>I was doing  concurrent 50-Calls to POST data for 50- different users
>.For each post-call iam sending different data every 15 mins or 5 mins.
>Irrespective of running for  30-mins. In 50-calls one calls  get fails
>because of  that data doesnot exist for the user. When I checked my
>payload I was passing  correct data to the user( verified sending
>payload on other client worked successfully). As, I was running my test
>for 1 hour. 30mins one of the request failed.At 35 min it will be
>successful again. Not sure exactly it is because of race condition or 
>cache issue of client.
>
>
>[cid:image001.png@01D30C74.98FE5220]
>
>
>In JSR223 Sampler I was generating payload. Multi-Intervaldata HTTP
>Request1 ( post call) I was posting data.
>The information contained in this transmission may contain confidential
>information. If the reader of this message is not the intended
>recipient, you are hereby notified that any review, dissemination,
>distribution or duplication of this communication is strictly
>prohibited. If you are not the intended recipient, please contact the
>sender by reply email and destroy all copies of the original message.