[PR #111] [MERGED] Some unit tests for RabbitMQMessageQueue #270

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/111
Author: @nerdai
Created: 7/6/2024
Status: Merged
Merged: 7/6/2024
Merged by: @nerdai

Base: mainHead: nerdai/unit-test-rabbitmq


📝 Commits (7)

  • cef45c7 start unit tests
  • 1047864 add unit test for convenience constructor
  • 94ed24d add unit test for establish connection
  • 6e3c4e3 add unit test for publish
  • 63488b1 fix
  • 3298e08 add rabbmitmq to unit test action
  • 049eb20 add aio_pika to dev group

📊 Changes

3 files changed (+98 additions, -4 deletions)

View changed files

📝 poetry.lock (+4 -4)
📝 pyproject.toml (+1 -0)
tests/message_queues/test_rabbitmq.py (+93 -0)

📄 Description

  • Add a few unit tests for RabbitMQMessageQueue (wish there was some test client for RabbitMQ like fastapi provides)

🔄 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/111 **Author:** [@nerdai](https://github.com/nerdai) **Created:** 7/6/2024 **Status:** ✅ Merged **Merged:** 7/6/2024 **Merged by:** [@nerdai](https://github.com/nerdai) **Base:** `main` ← **Head:** `nerdai/unit-test-rabbitmq` --- ### 📝 Commits (7) - [`cef45c7`](https://github.com/run-llama/llama_deploy/commit/cef45c7228619b40c393cebdbab5c15923cf76fc) start unit tests - [`1047864`](https://github.com/run-llama/llama_deploy/commit/104786492d9dae735c7af8948044777a4c13d505) add unit test for convenience constructor - [`94ed24d`](https://github.com/run-llama/llama_deploy/commit/94ed24d2b42aa1548509e36d33828135564f0520) add unit test for establish connection - [`6e3c4e3`](https://github.com/run-llama/llama_deploy/commit/6e3c4e34e40d7695444677fc16a98c19e2ad725d) add unit test for publish - [`63488b1`](https://github.com/run-llama/llama_deploy/commit/63488b18e4d8a8a3ed5d3633eee123ee23a6fb74) fix - [`3298e08`](https://github.com/run-llama/llama_deploy/commit/3298e0800bb88894022173bf3655b5e3e37ffa85) add rabbmitmq to unit test action - [`049eb20`](https://github.com/run-llama/llama_deploy/commit/049eb20ed19fd448bc188baa9c7023947f160240) add aio_pika to dev group ### 📊 Changes **3 files changed** (+98 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+4 -4) 📝 `pyproject.toml` (+1 -0) ➕ `tests/message_queues/test_rabbitmq.py` (+93 -0) </details> ### 📄 Description - Add a few unit tests for RabbitMQMessageQueue (wish there was some test client for RabbitMQ like fastapi provides) --- <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:16:41 -05:00
yindo closed this issue 2026-02-16 01:16:41 -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#270