-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Running with -q hangs #603
Comments
Same for me, with |
Thank you for your reports. Could you tell me a OS and oha's version? |
oha 1.4.7, installed with brew, MacOS Sonoma 14.5, Intel x64. I'm actually finding that if I replace |
oha 1.4.7 macOS (14 and 15, M3 chip) as well as various Linuxes (amd64) |
I can't reproduce it in both MacOS15 x64 and Ubuntu x64. Could you tell me about the server side? If codes aren't available, please tell me the language and framework versions. Is the |
Sadly, I can't test right now. The server is a Python app (3.12, fastapi + uvicorn both latest). |
I'm having the same issue with oha version 1.4.7 on Pop!_OS 22.04 where it hangs when provided |
Another exec that hangs: Will try with No hang so far. But other interesting things happen. I guess it's due to timeouts? I set a Perhaps I don't quite understand what "Requests" in the upper left corner should tell me - when I set |
I think it's fixed in #613 |
Nice! Looking forward to the next release then. |
When I run
oha
with-q
(and-w
?) is just hangs at some point. It doesn't drain any CPU than and seems just dead-locked.Example:
oha -q 5 -z 30s -m POST -t 30s -d "$body" -T 'application/json' -w 'http://localhost:8000/score'
Sometimes it hangs after 4 seconds, somtimes after 22.
The text was updated successfully, but these errors were encountered: