Conversation
PR SummaryLow Risk Overview The test assertions for both GitHub and Written by Cursor Bugbot for commit 4927cb3. Configure here. |
There was a problem hiding this comment.
Pull request overview
This PR fixes the TestResumeSquashMergeMultipleCheckpoints e2e test to match the current behavior of entire resume when encountering squash-merged commits with multiple checkpoint trailers. The production code (resume.go) was updated (in a prior change) to restore only the latest checkpoint (by CreatedAt timestamp) instead of all checkpoints, but the e2e test expectations still asserted the old "Restored 2 sessions" output.
Changes:
- Updated the
TestResumeSquashMergeMultipleCheckpointsfunction doc comment to reflect the new behavior (restore only the latest checkpoint). - Updated both squash merge format assertions to check for
"older checkpoints skipped"instead of"Restored 2 sessions".
dc804e6 to
4927cb3
Compare
No description provided.