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

FROSADO / onecloudriver / 31972252471
78%

Build:
DEFAULT BRANCH: main
Ran 16 Aug 2026 09:05PM UTC
Jobs 1
Files 46
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

16 Aug 2026 09:01PM UTC coverage: 77.971% (+0.1%) from 77.828%
31972252471

push

github

web-flow
feat(fs): serialize content snapshots against concurrent writes (#93)

* feat(fs): serialize content snapshots against concurrent writes

Add a per-inode lock to ContentCache and acquire it in WriteAt, Insert,
InsertStream, ReadAll, and SumQuickXorHash. QueueUpload reads content via
ReadAll (Seek + io.ReadAll on the shared FD), which could race with a
concurrent FUSE Write (WriteAt) and capture a torn file. The per-inode
lock makes every snapshot a consistent point-in-time copy.

Closes #64

* fix(fs): use comma-ok type assertion in lockFor to satisfy errcheck

The security lint (errcheck with check-type-assertions) flags the
single-value type assertion. Use the comma-ok form, matching the existing
ContentCache style.

25 of 25 new or added lines in 1 file covered. (100.0%)

4120 of 5284 relevant lines covered (77.97%)

2803.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31972252471.1 16 Aug 2026 09:05PM UTC 46
77.97
GitHub Action Run
Source Files on build 31972252471
  • Tree
  • List 46
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f26625bc on github
  • Prev Build on main (#31970991424)
  • Next Build on main (#31975300786)
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