[PR #1677] [MERGED] ci: fix kafka scheduler, split langgraph and kafka into separate test jobs #2220

Closed
opened 2026-02-20 17:46:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1677
Author: @vbarda
Created: 9/11/2024
Status: Merged
Merged: 9/11/2024
Merged by: @vbarda

Base: mainHead: vb/fix-ci-kafka


📝 Commits (7)

📊 Changes

6 files changed (+158 additions, -15 deletions)

View changed files

📝 .github/workflows/_test.yml (+2 -8)
.github/workflows/_test_langgraph.yml (+59 -0)
.github/workflows/_test_scheduler_kafka.yml (+51 -0)
📝 .github/workflows/ci.yml (+13 -3)
libs/scheduler-kafka/tests/messages.py (+28 -0)
📝 libs/scheduler-kafka/tests/test_subgraph.py (+5 -4)

📄 Description

No description provided


🔄 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/langgraph/pull/1677 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/11/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/fix-ci-kafka` --- ### 📝 Commits (7) - [`3437f2b`](https://github.com/langchain-ai/langgraph/commit/3437f2b14b422d32d5dbc1e0aa14a4d79bece9ed) ci: fix kafka scheduler - [`d766285`](https://github.com/langchain-ai/langgraph/commit/d76628561c85162d3a6a39ea53fc4c2aa7f3d6b9) check python versions - [`341f723`](https://github.com/langchain-ai/langgraph/commit/341f723025fe68f71a91574f517c786dd9bc0bc3) temp remove core 0.3 - [`df8a3dc`](https://github.com/langchain-ai/langgraph/commit/df8a3dc46d974faa3f79f194859474a6a886405d) fix test for 0.3 - [`02894a9`](https://github.com/langchain-ai/langgraph/commit/02894a94f2f4e8cab4973a886154de815fb0b305) oops - [`456d242`](https://github.com/langchain-ai/langgraph/commit/456d2426e543ed666c61e0929ca238c2a36e56c1) add separate GHA for langgraph and kafka - [`8318962`](https://github.com/langchain-ai/langgraph/commit/8318962f538de07fc80a40acdeb3fefd84a379b8) fix ### 📊 Changes **6 files changed** (+158 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_test.yml` (+2 -8) ➕ `.github/workflows/_test_langgraph.yml` (+59 -0) ➕ `.github/workflows/_test_scheduler_kafka.yml` (+51 -0) 📝 `.github/workflows/ci.yml` (+13 -3) ➕ `libs/scheduler-kafka/tests/messages.py` (+28 -0) 📝 `libs/scheduler-kafka/tests/test_subgraph.py` (+5 -4) </details> ### 📄 Description _No description provided_ --- <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-20 17:46:34 -05:00
yindo closed this issue 2026-02-20 17:46:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2220