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

Parallell calls does not seem to be supported #97

Open
StefanVahlgren opened this issue Mar 24, 2021 · 0 comments
Open

Parallell calls does not seem to be supported #97

StefanVahlgren opened this issue Mar 24, 2021 · 0 comments

Comments

@StefanVahlgren
Copy link

Mockserver doesnt seem to support parallell calls correctly. If I create a mock using the mock file below containing response delay = 5000, the expected behaviour is that the call response time should be 5 sec. This works fine with only performing one single call. However, if 2 calls are being performed in the same time, the first call will get 5 sec response time, but the other will get response time close 10 sec (2 * 5).

The reason for this is likely that Mockserver doesnt have support to handle concurrent calls. The documentation doesnt mention if this is intended or not, so it is unclear if this is out of scope for the tool, or ifs a bug

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

No branches or pull requests

1 participant