[PR #1067] [MERGED] chore(langgraph): add tests to verify initial state for invocations after abort #1215

Closed
opened 2026-02-15 19:17:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1067
Author: @benjamincburns
Created: 3/31/2025
Status: Merged
Merged: 3/31/2025
Merged by: @benjamincburns

Base: mainHead: ben/better-abort-resume-tests


📝 Commits (1)

  • 0bbac5a chore(langgraph): add tests for resume behavior after cancellation

📊 Changes

1 file changed (+376 additions, -102 deletions)

View changed files

📝 libs/langgraph/src/tests/pregel/pregel.cancellation.test.ts (+376 -102)

📄 Description

Adds tests that validate that invoking a thread after an abort starts the thread from the last successful state.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1067 **Author:** [@benjamincburns](https://github.com/benjamincburns) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `ben/better-abort-resume-tests` --- ### 📝 Commits (1) - [`0bbac5a`](https://github.com/langchain-ai/langgraphjs/commit/0bbac5a74eb47f0502d610b07e87f0a39ae8c76f) chore(langgraph): add tests for resume behavior after cancellation ### 📊 Changes **1 file changed** (+376 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/tests/pregel/pregel.cancellation.test.ts` (+376 -102) </details> ### 📄 Description Adds tests that validate that invoking a thread after an abort starts the thread from the last successful state. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:41 -05:00
yindo closed this issue 2026-02-15 19:17:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1215