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

hyperledger / fabric-x-common / 29993559452
82%
main: 83%

Build:
Build:
LAST BUILD BRANCH: agents-init
DEFAULT BRANCH: main
Ran 23 Jul 2026 09:04AM UTC
Jobs 1
Files 183
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

23 Jul 2026 08:05AM UTC coverage: 82.495% (-0.006%) from 82.501%
29993559452

Pull #144

github

cendhu
Add snapshot rejection status codes

Add three REJECTED_* status codes for snapshot transaction validation:

- REJECTED_SNAPSHOT_IN_PROGRESS (119): a prior committed snapshot is not
  yet CHECKPOINTED, so a new snapshot cannot be accepted.
- REJECTED_SNAPSHOT_NO_CHECKPOINT (120): a prior snapshot exists that was
  never checkpointed.
- REJECTED_DUPLICATE_SNAPSHOT_IN_BLOCK (121): more than one snapshot TX
  appeared in the same block; only the first is processed and the rest are
  rejected regardless of the first's outcome.

All three are well-formed transactions with a valid, extractable TX ID, so
they are placed in the stored band (like ABORTED_MVCC_CONFLICT): the outcome
is recorded in the state database. Storing does not block legitimate retries,
which always use a fresh TX ID.

Regenerated status.pb.go via make proto.
-e
Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #144: [committerpb] Add snapshot rejection status codes

14784 of 17921 relevant lines covered (82.5%)

0.92 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
95.0
-1.07% common/deliverclient/blocksprovider/bft_deliverer.go
Jobs
ID Job ID Ran Files Coverage
1 29993559452.1 23 Jul 2026 09:04AM UTC 183
82.5
GitHub Action Run
Source Files on build 29993559452
  • Tree
  • List 183
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #144
  • PR Base - main (#29990027049)
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