-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugsomething is clearly wrong heresomething is clearly wrong here
Description
I don't have a stable reproducer right now, but I observed the following:
File "schemathesis/.venv/lib/python3.14/site-packages/hypofuzz/dashboard/websocket.py", line 251, in websocket_route
await websocket.send_tests(TESTS)
File "schemathesis/.venv/lib/python3.14/site-packages/hypofuzz/dashboard/websocket.py", line 122, in send_tests
"stability": test.stability,
^^^^^^^^^^^^^^
File "schemathesis/.venv/lib/python3.14/site-packages/hypofuzz/dashboard/test.py", line 231, in stability
return count_stable / (count_stable + count_unstable)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ZeroDivisionError: division by zero
Which made the dashboard unresponsive. I'll try to provide more info in the coming days
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugsomething is clearly wrong heresomething is clearly wrong here