Skip to content

test(memory): add direct unit tests for edges_at_timestamp, edge_history, bfs_at_timestamp #1776

@bug-ops

Description

@bug-ops

Missing store-level unit tests for three new public methods added in #1775:

  • edges_at_timestamp(): no boundary tests (valid_from==ts, valid_to==ts, open-ended active edges)
  • edge_history(): zero tests
  • bfs_at_timestamp(): only exercised indirectly through graph_recall

Add direct unit tests covering boundary conditions and happy paths for each method.

Found by: tester validation in feat/issue-1341.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgraph-memoryKnowledge graph memory featurememoryzeph-memory crate (SQLite)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions