mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #465] [MERGED] fix: raise an error when task.session_id doesn't match session_id #481
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/465
Author: @masci
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/17/2025
Merged by: @masci
Base:
main← Head:massi/464📝 Commits (2)
b4d6e70fix: raise an error when task.session_id doesn't match session_id4016fe3use a regex to make test pass on different Py versions📊 Changes
4 files changed (+117 additions, -4 deletions)
View changed files
📝
llama_deploy/control_plane/server.py(+10 -4)➕
tests/control_plane/conftest.py(+25 -0)📝
tests/control_plane/test_config.py(+2 -0)📝
tests/control_plane/test_server.py(+80 -0)📄 Description
Related to #464
add_task_to_sessionreturn an error when the request is invalidprocess_messagemore robust🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.