test: Add tests for the Triton log callback#8858
Conversation
…o' of https://github.com/triton-inference-server/server into spolisetty/tri-1194-integrate-triton-logging-into-dynamo
Greptile SummaryThis PR wires up QA coverage for the Triton log-callback feature: the
Confidence Score: 5/5Safe to merge once the dependent PRs (common#158 and core#504) that produce the binary and the Python test file have landed in the base image. All three changed files are purely additive test wiring with no server logic or data-path changes. The new code follows the exact same error-accumulation and set+e/set-e patterns used throughout both test scripts. No files require special attention beyond confirming that the common#158 and core#504 related PRs have merged before running CI. Important Files Changed
Reviews (5): Last reviewed commit: "Update" | Re-trigger Greptile |
…o' of https://github.com/triton-inference-server/server into spolisetty/tri-1194-integrate-triton-logging-into-dynamo
What does the PR do?
Adds QA coverage for the log callback feature. Builds and runs the common
logging_testas part ofL0_logging, and runs the newtest_logging_callback.pyinL0_python_api.Checklist
<commit_type>: <Title>Commit Type:
Check the conventional commit type
box here and add the label to the github PR.
Related PRs:
Where should the reviewer start?
Test plan:
Caveats:
Background
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)