Skip to content

Export 'fakeDataStore' for reuse in downstream tests #2016

@MregXN

Description

@MregXN

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.,

)

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

No one assigned

    Labels

    triage/acceptedIndicates an issue or PR is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions