wip: [model server] ISVC and data connection with the same name#261
wip: [model server] ISVC and data connection with the same name#261rnetser wants to merge 2 commits intoopendatahub-io:mainfrom
Conversation
|
/wip |
|
The following are automatically added/executed:
Available user actions:
Supported labels{'/hold', '/lgtm', '/wip', '/verified'} |
WalkthroughThe changes introduce a new serverless model serving test that checks system behavior when multiple resources share the same name. Supporting fixtures are updated and added to allow dynamic parameterization of secret names and inference service configuration, enabling the new test scenario for serverless deployments using OpenVINO IR models. Changes
Sequence Diagram(s)sequenceDiagram
participant Test as Test Case
participant Fixture as ovms_kserve_serverless_inference_service
participant Helper as create_isvc
participant Runtime as ServingRuntime
participant Secret as ci_endpoint_s3_secret
Test->>Fixture: Request inference service (with resource names)
Fixture->>Secret: Obtain S3 secret (with dynamic name)
Fixture->>Runtime: Use serving runtime info
Fixture->>Helper: Create InferenceService (serverless, OpenVINO IR)
Helper->>Fixture: Return InferenceService
Fixture-->>Test: Yield InferenceService
Test->>Fixture: Query inference service and validate response
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🧰 Additional context used🪛 Pylint (3.3.7)tests/model_serving/model_server/serverless/test_resources_with_same_name.py[refactor] 43-43: Too few public methods (1/2) (R0903) 🔇 Additional comments (5)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
will verify https://issues.redhat.com/browse/RHOAIENG-23607 once fixed
Summary by CodeRabbit