generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
What would you like to be added:
In upstream, there is an internal fakeDataStore that is used for testing but is currently not exported.
(e.g.,
| type fakeDataStore struct{} |
In some downstream use cases, we have found it useful to rely on a fake datastore with the same behavior. Since the upstream implementation is not accessible, similar fake implementations need to be duplicated in downstream test code (for example, llm-d/llm-d-inference-scheduler#24).
Why is this needed:
- Reducing duplicated test-only implementations downstream
- Keeping test behavior aligned with upstream
- Lowering long-term maintenance overhead for both sides
Metadata
Metadata
Assignees
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.