test(ITL-513): verify iter_data after cross-session recompute; mark F7 resolved#219
Merged
eywalker merged 6 commits intoJul 9, 2026
Conversation
…on ephemeral recompute (ITL-513) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…elationship Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
eywalker
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
DESIGN_ISSUES.mdentry F7 as resolved (fixed by ITL-508 indexed entry-ID versioning).test_iter_data_serves_result_after_cross_session_recomputetoTestEphemeralWritePathintest_ephemeral_result.py, satisfying ITL-513's explicit success criterion for aniter_data()coverage test.No production code changes — ITL-508 already fixed the root cause.
The new test exercises the
iter_data()DB hot-load path (_load_cached_entries→_fetch_joined_records) after a cross-session ephemeral miss recompute, verifying:iter_data()serves the recomputed result without triggering further computationiter_data()calls are idempotent (no second recompute)Closes ITL-513