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

corebreaker / arbordb / 29
88%
main: 98%

Build:
Build:
LAST BUILD BRANCH: finalization
DEFAULT BRANCH: main
Ran 12 Jul 2026 07:37AM UTC
Jobs 1
Files 103
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 07:35AM UTC coverage: 87.514% (+0.8%) from 86.719%
29

Pull #2

circleci

corebreaker
Address PR review: validate the scalar-write hint by structural epoch, reseal over buffered edits, and document the read memos

The `fetch_mut` scalar-write hint (an already-resolved a-node key that lets an in-place patch skip re-walking the directory tree) was trusted while it merely still named a live a-node; but an `AKey` is stable across renames, so a `mv` of the cursor's path elsewhere between opening the cursor and writing through it left the hint live-but-relocated and the patch silently landed on the moved entry (non-`permissions` build). The write-back buffer now carries a per-transaction structural-change counter that every `name → child` relink bumps (link/unlink, hence `store`/`mv`/`rm`/`cp`/`mkdir`); a `MutCursor` captures it at `fetch_mut` and the hint is honoured only while the counter is unchanged. A path resolves through those links alone, so an unchanged counter means the path still resolves to the hinted a-node; an interleaved relink drops the hint and re-resolves the path afresh, recreating the file if the path is now gone. A regression test relinks a hinted cursor's target and confirms the moved entry is left untouched while the path is recreated.

`reseal_integrity` read the entry straight from the engine, bypassing the write-back buffer, so an edit-then-chmod in one transaction sealed over the stale pre-edit bytes (benign today only because the commit-time flush re-seals over the correct bytes). It now reads buffer-first, so the seal covers the pending edited bytes, with no integrity re-check since it is recomputing exactly those tags. A regression test edits a file's value in place and then changes its ACL in one transaction, reopens, and reads the edit back.

Document that `ReadTxn`'s per-snapshot `enforced_paths`/`access_ok`/`verified` memos are intentionally uncapped — bounded by the snapshot's lifetime rather than an LRU capacity, and freed in full when the snapshot drops — so a read handle is not meant to be held open inde... (continued)
Pull Request #2: Optimization

967 of 1017 new or added lines in 33 files covered. (95.08%)

18 existing lines in 7 files now uncovered.

8516 of 9731 relevant lines covered (87.51%)

372576.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
88.32
-10.81% crates/arbordb/src/data/value.rs
9
92.8
0.4% crates/arbordb/src/txn/read.rs
9
92.08
4.16% crates/arbordb/src/txn/write.rs
8
95.74
2.97% crates/arbordb/src/txn/context/ctx.rs
4
95.6
crates/arbordb/src/txn/context/write_buffer.rs
3
98.32
-1.68% crates/arbordb/src/index/registry/repository.rs
2
88.89
0.0% crates/arbordb/src/engine/entry.rs
2
90.19
2.15% crates/arbordb/src/txn/context/table.rs
1
80.43
2.39% crates/arbordb/src/access/archived.rs
1
86.99
0.02% crates/arbordb/src/perm/store.rs

Coverage Regressions

Lines Coverage ∆ File
5
92.8
0.4% crates/arbordb/src/txn/read.rs
4
88.32
-10.81% crates/arbordb/src/data/value.rs
4
93.44
-0.9% crates/arbordb/src/value.rs
2
93.83
3.9% crates/arbordb/src/inode/functions.rs
1
89.58
-1.8% crates/arbordb/src/engine/functions.rs
1
95.74
2.97% crates/arbordb/src/txn/context/ctx.rs
1
92.08
4.16% crates/arbordb/src/txn/write.rs
Jobs
ID Job ID Ran Files Coverage
1 29.1 12 Jul 2026 07:37AM UTC 103
87.51
CircleCI Job
Source Files on build 29
  • Tree
  • List 103
  • Changed 42
  • Source Changed 41
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #29
  • Pull Request #2
  • PR Base - main (#17)
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