You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the test in tests/deploy/api/test_e2e.py is broken on Windows. The API call to /chats/<chat id> often (not always) fails to include the previous user message immediately after a call to /chats/<chat id>/answer. We need to investigate where this message is being dropped.
Bug description
Currently the test in
tests/deploy/api/test_e2e.py
is broken on Windows. The API call to/chats/<chat id>
often (not always) fails to include the previous user message immediately after a call to/chats/<chat id>/answer
. We need to investigate where this message is being dropped.How to reproduce the bug?
See https://github.com/Quansight/ragna/actions/runs/9891178695/job/27321052554?pr=438#step:4:169
Can reproduce by uncommenting
@skip_on_windows
in/tests/deploy/api/test_e2e.py
.Versions and dependencies used
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: