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

Alan-Jowett / sonde / 25563886539
83%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 03:38PM UTC
Jobs 1
Files 124
Run time 1min
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

08 May 2026 03:23PM UTC coverage: 83.073% (-0.006%) from 83.079%
25563886539

push

github

web-flow
Refactor Azure handler to use append-only actual and desired state history (#862)

* refactor(azure-handler): switch node reconciliation to append-only history tables

Replace the mutable NodeState model with append-only ActualNodeState and DesiredNodeState history tables. Record every GW-0812 check-in as history, read the latest desired-state row without writing desired history from the handler, and suppress stale control decisions by comparing the appended row with the latest actual-state row.

Update the Azure handler requirements, design, and validation specs for reverse-tick latest-row lookups, admin-owned desired-state history, and out-of-order actual-state retention. Refactor the crate store API and Azure Tables implementation to match the new model, add durable row-key tie-breakers, and expand unit coverage for divergence, duplicates, stale deliveries, and storage failures.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* style(azure-handler): apply rustfmt

Align \sonde-azure-handler\ with workspace rustfmt output after the append-only history-table refactor.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix(azure-handler): harden history row key suffix

Add a per-process random nonce to actual-state history row keys and use the monotonic sequence counter as the within-process ordering tie-breaker. This preserves newest-first ordering for same-timestamp appends while avoiding collisions across Azure Function restarts or parallel instances.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Handle equal-timestamp Azure state rows

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* Clarify Azure history row-key ordering

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
S... (continued)

349 of 372 new or added lines in 1 file covered. (93.82%)

3 existing lines in 1 file now uncovered.

33496 of 40321 relevant lines covered (83.07%)

198.71 hits per line

Uncovered Changes

Lines Coverage ∆ File
23
87.92
0.3% crates/sonde-azure-handler/src/lib.rs

Coverage Regressions

Lines Coverage ∆ File
3
87.92
0.3% crates/sonde-azure-handler/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 25563886539.1 08 May 2026 03:38PM UTC 124
83.07
GitHub Action Run
Source Files on build 25563886539
  • Tree
  • List 124
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25563886539
  • 3b355891 on github
  • Prev Build on main (#25535433110)
  • Next Build on main (#25564278472)
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