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

databendlabs / openraft / 26871198454
87%

Build:
DEFAULT BRANCH: main
Ran 03 Jun 2026 07:52AM UTC
Jobs 1
Files 264
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

03 Jun 2026 07:49AM UTC coverage: 86.561% (-0.03%) from 86.588%
26871198454

push

github

drmingdrmer
ci: link system RocksDB in examples instead of compiling it

# Summary

The RocksDB-backed example jobs (`raft-kv-rocksdb`, `rocksstore`) spent
most of their CI time compiling librocksdb-sys's bundled RocksDB 8.10
C++ from source. Install and link the distro's prebuilt
`librocksdb-dev` so that compile is skipped entirely.

# Details

- Add an Install system RocksDB step, gated to the two RocksDB examples,
  that installs `librocksdb-dev` via apt.
- Set `ROCKSDB_LIB_DIR` and `ROCKSDB_INCLUDE_DIR` so librocksdb-sys
  links the system library and bindgen generates bindings against the
  installed headers, keeping bindings in lockstep with the linked lib
  version (no ABI skew).
- Drop the sccache compile-caching (compiler env wrappers and Setup
  sccache step) from the previous approach. Linking a prebuilt library
  removes the compile rather than caching it.

16438 of 18990 relevant lines covered (86.56%)

146070.19 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
81.48
-11.11% openraft/src/core/sm/handle.rs
3
81.91
-3.19% openraft/src/replication/snapshot_transmitter.rs
2
92.03
-0.22% openraft/src/core/raft_core.rs
1
83.33
0.0% openraft/src/metrics/serde_instant.rs
Jobs
ID Job ID Ran Files Coverage
1 26871198454.1 03 Jun 2026 07:52AM UTC 264
86.56
GitHub Action Run
Source Files on build 26871198454
  • Tree
  • List 264
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26871198454
  • 3e3c77aa on github
  • Prev Build on main (#26870561638)
  • Next Build on main (#26882643361)
  • Delete
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