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

dal-go / dalgo / 29173543370
100%

Build:
DEFAULT BRANCH: main
Ran 12 Jul 2026 12:20AM UTC
Jobs 1
Files 121
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

12 Jul 2026 12:19AM UTC coverage: 100.0%. Remained the same
29173543370

push

github

web-flow
dalgo2memory: key nested records by full path to fix cross-parent collision (#90)

Records live in a per-leaf-collection storage engine keyed by keyID, which
was the bare leaf id. Two records sharing a leaf id under different parents
(spaces/A/items/i1 and spaces/B/items/i1) therefore collided: the second Set
silently overwrote the first, unlike Firestore where they are distinct docs.

Fix:
- keyID keys nested records by their full parent-chain path (root-level
  records keep the bare leaf id, so existing behavior and the white-box
  engine tests are unchanged). Uses a panic-safe keyPath rather than
  dal.Key.String, which validates and panics on incomplete keys.
- columnarEngine.compact now rebuilds slotToKey alongside slotToID; without
  it a collection-group query lost each surviving record's parent after a
  compaction re-indexed slots.

Tests (fail without the fix, pass with it) cover the serialized and columnar
engines, deletion isolation, and parent-key survival across compaction.
Package coverage stays at 100%.


Claude-Session: https://claude.ai/code/session_01RU2Ve3AvUPrGwQxebsdD2C

Co-authored-by: Alexander Trakhimenok <trakhimenok@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

16 of 16 new or added lines in 2 files covered. (100.0%)

7493 of 7493 relevant lines covered (100.0%)

1.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29173543370.1 12 Jul 2026 12:20AM UTC 121
100.0
GitHub Action Run
Source Files on build 29173543370
  • Tree
  • List 121
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3769618b on github
  • Prev Build on main (#29173072511)
  • Next Build on main (#29373483007)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc