Skip to content

test: Safely handle filesystem exception#887

Merged
yinggeh merged 5 commits into
mainfrom
yinggeh/tri-873-psirt-triton-denial-of-service-via-uncaught
Apr 20, 2026
Merged

test: Safely handle filesystem exception#887
yinggeh merged 5 commits into
mainfrom
yinggeh/tri-873-psirt-triton-denial-of-service-via-uncaught

Conversation

@yinggeh
Copy link
Copy Markdown
Contributor

@yinggeh yinggeh commented Apr 14, 2026

No description provided.

Comment thread src/python/examples/simple_grpc_model_control.py
except InferenceServerException as e:
st = e.status() or ""
if "Invalid file path" not in st:
# TODO: [TRI-958] StatusCode.INVALID_ARGUMENT is more appropriate here
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agreed.

@yinggeh yinggeh merged commit 3b3690b into main Apr 20, 2026
2 checks passed
@yinggeh yinggeh deleted the yinggeh/tri-873-psirt-triton-denial-of-service-via-uncaught branch April 20, 2026 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants