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

prisma-risk / tsoracle / 26353442274
95%

Build:
DEFAULT BRANCH: main
Ran 24 May 2026 06:01AM UTC
Jobs 1
Files 74
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

24 May 2026 05:57AM UTC coverage: 94.735%. Remained the same
26353442274

push

github

web-flow
docs(openraft-toolkit): document the log-store fsync policy at every write site (#285)

The RocksDB log store's fsync policy was only partially explained:
save_committed documented why it skips fsync, but the synced write
sites (save_vote, append, truncate_after, purge) carried no
justification, so the policy read as asymmetric and unexplained.

Add a doc comment on write_sync_opts as the single source of truth: each
op is one atomic WriteBatch (so a crash loses a whole op cleanly), and
the reason to fsync is durability skew across ops, which openraft's
recovery contract forbids. Add a one-line justification at each synced
call site (save_vote, append, truncate_after, purge) and reword
save_committed's existing comment to name it as the deliberate
exception.

Comments only; no behavior change. Wording is scoped to what the
existing failpoint tests verify (write-path ordering, not the set_sync
flag, which has no in-process observable effect).

10635 of 11226 relevant lines covered (94.74%)

517417.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26353442274.1 24 May 2026 06:01AM UTC 74
94.74
GitHub Action Run
Source Files on build 26353442274
  • Tree
  • List 74
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26353442274
  • 74203d2e on github
  • Prev Build on main (#26351083097)
  • Next Build on main (#26353705474)
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