• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alan-Jowett / CoPilot-For-Consensus / 20737015377 / 8
81%
main: 81%

Build:
DEFAULT BRANCH: main
Ran 06 Jan 2026 03:35AM UTC
Files 8
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Jan 2026 03:29AM UTC coverage: 20.317%. First build
20737015377.8

push

github

web-flow
fix: Make orchestrator queue name configurable for multi-bus support (#762)

* fix: Make orchestrator queue name configurable for multi-bus support

- Add ORCHESTRATOR_QUEUE_NAME env var to config schema
- Auto-detect queue name based on MESSAGE_BUS_TYPE:
  - Azure Service Bus: embeddings.generated (actual queue name)
  - RabbitMQ: orchestrator-service (custom queue name)
- Update orchestrator/main.py to use auto-detected queue
- Update architecture docs to explain deployment-specific queuing
- Fixes orchestrator connection failure on Azure Service Bus (#761)

* fix: Address PR review feedback for orchestrator queue configuration

- Fix misleading documentation about 'similar' environment variables
- Clarify that only orchestrator currently supports configurable queue names
- Add comprehensive test coverage for queue name auto-detection:
  - Test Azure Service Bus defaults to embeddings.generated
  - Test RabbitMQ defaults to orchestrator-service
  - Test explicit configuration override works correctly

Addresses feedback from PR #762 review

* fix: Add APP_VERSION to test environment for config validation

The queue name configuration tests were failing because load_typed_config
validates the service version against the schema's min_service_version.
Set APP_VERSION=0.1.0 in test environment to match schema requirements.

* fix: Simplify queue name configuration tests to focus on logic

Refactored tests to verify the auto-detection logic directly without
relying on the full config loader, which has complex initialization
requirements. Tests now:
- Verify Azure Service Bus defaults to embeddings.generated
- Verify RabbitMQ defaults to orchestrator-service
- Verify explicit configuration overrides work correctly

All 35 orchestrator tests pass.

* fix: Use getattr for optional queue_name config

The config loader only includes attributes that were found in the
environment/secrets. Since queue_name is optional, it may not exist
in the config object. Use ... (continued)

128 of 630 relevant lines covered (20.32%)

0.2 hits per line

Source Files on job copilot_vectorstore_integration - 20737015377.8
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20737015377
  • aed21ec8 on github
  • Next Job for on main (#20755513820.22)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc