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

databendlabs / openraft / 20650878797
88%

Build:
DEFAULT BRANCH: main
Ran 02 Jan 2026 04:32AM UTC
Jobs 1
Files 257
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

02 Jan 2026 04:10AM UTC coverage: 87.477% (-0.1%) from 87.604%
20650878797

push

github

Claude
change: remove redundant `backtrace` field from `StorageError`

The `backtrace` is already stored in the `source` field via `ErrorSource`,
making the separate field redundant. When serializing, the backtrace is
included in the serialized `source`, so storing it separately duplicates
data and increases memory footprint.

Changes:
- Remove `backtrace` field from `StorageError` struct
- Add backward compatibility test for deserializing old format with `backtrace` field

Upgrade tip:

No code changes required. The `backtrace` field was redundant and is now
only available through `source.backtrace`.

Serialization changes:
- New serialized format no longer includes the top-level `backtrace` field
- Old serialized data with `backtrace` field still deserializes correctly (ignored)
- New format is compatible with older versions that ignore unknown fields

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

71 existing lines in 4 files now uncovered.

15424 of 17632 relevant lines covered (87.48%)

162065.65 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
83.33
0.0% openraft/src/metrics/serde_instant.rs
19
49.47
0.0% openraft/src/error/storage_error.rs
22
0.0
-50.0% openraft/src/error/error_source.rs
29
36.5
0.0% openraft/src/error/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 20650878797.1 02 Jan 2026 04:32AM UTC 257
87.48
GitHub Action Run
Source Files on build 20650878797
  • Tree
  • List 257
  • Changed 9
  • Source Changed 4
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20650878797
  • 7a150f46 on github
  • Prev Build on main (#20640848379)
  • Next Build on main (#20652961172)
  • 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