-
Notifications
You must be signed in to change notification settings - Fork 16
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
ConnectionPoolTimeoutException: Timeout waiting for connection from pool #8
Comments
@peterbozso Did you get solution of this issue? I am also getting same issue but it is a latest toolkit. |
No, sorry, I haven't used this toolkit since then. |
@peterbozso thanks for prompt response, one more question, did you try to test azure bot service using Jmeter. I mean, deployed on azure. Thanks |
Not yet, but it should be very similar to doing the same on your local computer. |
@peterbozso , is there any alternate solution. I am facing the same issue. it will work upto 250 users. |
No, I am not aware of any. I haven't used the toolkit since my last comment. |
Hi!
First and foremost thanks for the awesome work that went into implementing this toolkit. :)
Now I am using it for load testing a bot, but after increasing the thread count of my tests above 100, I get the following exception in JMeter itself:
Because of this my tests are always failing when I increase the load, so I can't really use the tool for load testing right now as it is.
Please note that I've made some changes to the toolkit - hence the "1.0.2-contoso" tag, but that haven't touched the
BaseBotSampler
in any way.What am I doing wrong here?
Thanks,
Péter
The text was updated successfully, but these errors were encountered: