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

Alan-Jowett / CoPilot-For-Consensus / 22000597690 / 26
78%
main: 78%

Build:
DEFAULT BRANCH: main
Ran 13 Feb 2026 07:59PM UTC
Files 13
Run time 0s
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

13 Feb 2026 07:49PM UTC coverage: 30.051%. First build
22000597690.26

push

github

web-flow
fix: replace Cosmos DB composite ORDER BY with simple single-field sort (#1170)

The IS_DEFINED() composite ORDER BY pattern requires a composite index
that Cosmos DB cannot build for system functions, causing BadRequest errors
on the per-collection summaries container (no composite indexes defined).

Use simple single-field ORDER BY which works with the default /* range
index. Align InMemory store to match Cosmos DB native NULL sort behavior
(NULLs-first) and document this as the canonical cross-backend contract.

- Cosmos: simple ORDER BY c.field {order} (NULLs sort first natively)
- InMemory: remove two-phase NULLs-last sort, use simple sort (NULLs first)
- Mongo: document behavioral difference in comment
- Interface: document NULLs-first contract in DocumentStore docstring
- Integration test: cover NULL/missing sort field edge case

Fixes #1169

Signed-off-by: Alan Jowett <alanjo@microsoft.com>

354 of 1178 relevant lines covered (30.05%)

0.3 hits per line

Source Files on job copilot_message_bus_integration - 22000597690.26
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22000597690
  • 622e4b85 on github
  • 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