[PR #447] [MERGED] chore: add tests to avoid regressions on collect_events serialize #469

Closed
opened 2026-02-16 01:17:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/447
Author: @masci
Created: 1/31/2025
Status: Merged
Merged: 2/1/2025
Merged by: @masci

Base: mainHead: massi/test-collect-events


📝 Commits (2)

  • 9653ff7 chore: add tests to avoid regressions on collect_events serialize
  • 061da62 update lockfile

📊 Changes

3 files changed (+1413 additions, -1360 deletions)

View changed files

📝 e2e_tests/basic_workflow/workflow.py (+20 -5)
📝 llama_deploy/services/workflow.py (+7 -2)
📝 poetry.lock (+1386 -1353)

📄 Description

Follow-up for #442

The actual fix was on llama_deploy, this PR adds a test to detect regressions. Also added the stacktrace to the error logs, this would have saved some work during the investigation of #442

Note: tests are supposed to fail before LlamaIndex 0.12.15 is out. 0.12.15 is available, merge only when green


🔄 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/run-llama/llama_deploy/pull/447 **Author:** [@masci](https://github.com/masci) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 2/1/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/test-collect-events` --- ### 📝 Commits (2) - [`9653ff7`](https://github.com/run-llama/llama_deploy/commit/9653ff71dafdb41939940da6982f6d8dfd397f09) chore: add tests to avoid regressions on collect_events serialize - [`061da62`](https://github.com/run-llama/llama_deploy/commit/061da62e917bd192826b285d66c19fa6621f5cd5) update lockfile ### 📊 Changes **3 files changed** (+1413 additions, -1360 deletions) <details> <summary>View changed files</summary> 📝 `e2e_tests/basic_workflow/workflow.py` (+20 -5) 📝 `llama_deploy/services/workflow.py` (+7 -2) 📝 `poetry.lock` (+1386 -1353) </details> ### 📄 Description Follow-up for #442 The actual fix was on `llama_deploy`, this PR adds a test to detect regressions. Also added the stacktrace to the error logs, this would have saved some work during the investigation of #442 ~Note: tests are supposed to fail before LlamaIndex 0.12.15 is out.~ 0.12.15 is available, merge only when green --- <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-16 01:17:29 -05:00
yindo closed this issue 2026-02-16 01:17:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#469